Skip to content

Commit

Permalink
package: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 22, 2019
1 parent 83724c0 commit 4c4a13a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"should": "^13.2.3"
},
"dependencies": {
"wcwidth": "^1.0.1"
},
"engines": {
"node": ">= 4.0.0"
},
Expand Down Expand Up @@ -53,12 +58,5 @@
"pretest": "npm run build",
"test": "mocha test/*.{coffee,ts}"
},
"dependencies": {
"wcwidth": "^1.0.1"
},
"devDependencies": {
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"types": "dist/pad.d.ts"
}

0 comments on commit 4c4a13a

Please sign in to comment.