Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Sep 2, 2019
1 parent 0fa75d8 commit 276882f
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 142 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,24 @@
"type": "git",
"url": "https://github.com/d3/d3-sankey.git"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"scripts": {
"pretest": "rollup -c",
"test": "tape 'test/**/*-test.js' && eslint src",
"prepublishOnly": "rm -rf dist && yarn test",
"postpublish": "git push && git push --tags && zip -j dist/d3-sankey.zip -- LICENSE README.md dist/d3-sankey.js dist/d3-sankey.min.js"
"postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
},
"dependencies": {
"d3-array": ">=1 <=2",
"d3-array": "1 - 2",
"d3-shape": "^1.2.0"
},
"devDependencies": {
"eslint": "5",
"eslint": "6",
"rollup": "1",
"rollup-plugin-terser": "4",
"rollup-plugin-terser": "5",
"tape": "4"
}
}
Loading

0 comments on commit 276882f

Please sign in to comment.