Skip to content

Commit

Permalink
Cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Dec 18, 2018
1 parent 5a6b717 commit 855307d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 358 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"scripts": {
"make": "node Makefile.js",
"clean": "node Makefile.js clean",
"test": "mocha",
"coverage": "cross-env BABEL_ENV=cover nyc mocha",
"build-bundle": "browserify --insert-globals --standalone fontkit ./index.js | uglifyjs --mangle -c > bundle.js"
Expand All @@ -31,7 +32,6 @@
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"dependencies": {
"brfs": "^1.4.0",
"brotli": "^1.2.0",
"browserify-optional": "^1.0.0",
"clone": "^1.0.1",
Expand All @@ -53,22 +53,14 @@
"babel-plugin-istanbul": "^4.1.3",
"codepoints": "^1.2.0",
"concat-stream": "^1.4.6",
"cross-env": "^5.0.1",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"iconv-lite": "^0.4.13",
"mocha": "^2.0.1",
"npm-run-all": "^4.0.2",
"nyc": "^10.3.2",
"rollup": "^0.68.0",
"rollup-plugin-babel": "^4.1.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-local-resolve": "^1.0.7"
},
"browserify": {
"transform": [
"brfs",
"browserify-optional"
]
}
}
Loading

0 comments on commit 855307d

Please sign in to comment.