We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291c341 commit ebcdd78Copy full SHA for ebcdd78
package.json
@@ -1,13 +1,13 @@
1
{
2
"name": "addt",
3
- "version": "1.0.3",
4
- "description": "",
+ "version": "1.0.4",
+ "description": "Addt is a simple command line tool to add packages and their types in one command.",
5
"main": "bin/index.js",
6
"scripts": {
7
"test": "echo \"No tests specified\"",
8
"dev": "tsc-watch --onSuccess \"npm run install-package\"",
9
"watch": "tsc -w",
10
- "install-package": "tsc && npm i . -g && npm link"
+ "install-package": "npm i . -g && npm link"
11
},
12
"bin": {
13
"addt": "./bin/index.js"
0 commit comments