Skip to content

Commit 8cb41bf

Browse files
committed
Fix npm release
1 parent 730f088 commit 8cb41bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@
4949
]
5050
]
5151
},
52+
"files":["lib/*"],
5253
"description": "The Dev Tools for the Serverless World",
53-
"version": "1.1.6",
54-
"main": "src/index.js",
54+
"version": "1.1.5",
55+
"main": "lib/index.js",
5556
"directories": {
5657
"lib": "lib"
5758
},

0 commit comments

Comments
 (0)