Skip to content

Commit 1d6526f

Browse files
author
Vitaly Puzrin
authored
Restrict list of published files in npm
1 parent c7538b4 commit 1d6526f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"url": "git://github.com/jakesgordon/javascript-state-machine.git"
1414
},
1515
"main": "state-machine.js",
16+
"files": [
17+
"state-machine.js"
18+
],
1619
"devDependencies": {
1720
"local-web-server": "~1.2.6",
1821
"qunit": "~0.9.1",

0 commit comments

Comments
 (0)