Skip to content

Commit

Permalink
Refactor package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 17, 2017
1 parent 1de1811 commit 6550698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
"generation",
"remark"
],
"dependencies": {
"remark-slug": "^4.0.0",
"mdast-util-toc": "^2.0.0"
},
"repository": "wooorm/remark-toc",
"bugs": "https://github.com/wooorm/remark-toc/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
Expand All @@ -29,6 +25,10 @@
"files": [
"index.js"
],
"dependencies": {
"remark-slug": "^4.0.0",
"mdast-util-toc": "^2.0.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"esmangle": "^1.0.0",
Expand All @@ -47,7 +47,7 @@
"build-mangle": "esmangle remark-toc.js > remark-toc.min.js",
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"lint": "xo",
"test-api": "node test/index.js",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js",
"test": "npm run build && npm run lint && npm run test-coverage"
},
Expand Down

0 comments on commit 6550698

Please sign in to comment.