We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34ec25 commit ed7a93bCopy full SHA for ed7a93b
package.json
@@ -18,8 +18,10 @@
18
"semantic-release": "^4.3.5"
19
},
20
"main": "index.js",
21
+ "files": ["index.js"],
22
"scripts": {
23
"test": "mocha --reporter spec --bail",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
24
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post",
25
+ "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
26
}
27
0 commit comments