Skip to content

Commit ebcdd78

Browse files
author
Neriya Cohen
committed
v1.0.4
1 parent 291c341 commit ebcdd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "addt",
3-
"version": "1.0.3",
4-
"description": "",
3+
"version": "1.0.4",
4+
"description": "Addt is a simple command line tool to add packages and their types in one command.",
55
"main": "bin/index.js",
66
"scripts": {
77
"test": "echo \"No tests specified\"",
88
"dev": "tsc-watch --onSuccess \"npm run install-package\"",
99
"watch": "tsc -w",
10-
"install-package": "tsc && npm i . -g && npm link"
10+
"install-package": "npm i . -g && npm link"
1111
},
1212
"bin": {
1313
"addt": "./bin/index.js"

0 commit comments

Comments
 (0)