We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d89c5 commit 90c436aCopy full SHA for 90c436a
package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"start": "./index.js",
8
"dev": "nodemon index.js -- --dev",
9
- "lint": "eslint ."
+ "lint": "eslint .",
10
+ "release": "npm version patch && git push && git push --tags && npm publish"
11
},
12
"bin": {
13
"filedrop": "./index.js"
0 commit comments