Skip to content

Commit

Permalink
Installed np
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Feb 12, 2021
1 parent 3e9af7e commit 93b12cf
Show file tree
Hide file tree
Showing 2 changed files with 1,398 additions and 30 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"build": "tsdx build --format cjs,esm,system,umd",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "npm run build"
"prepare": "npm run build",
"publish:npm": "np"
},
"prettier": {
"printWidth": 80,
Expand All @@ -28,6 +29,7 @@
"author": "Jake Boone",
"module": "dist/parse-ingredient.esm.js",
"devDependencies": {
"np": "^7.3.0",
"tsdx": "^0.14.1",
"tslib": "^2.1.0",
"typescript": "^4.1.5"
Expand Down
Loading

0 comments on commit 93b12cf

Please sign in to comment.