Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 23, 2016
1 parent f9fe11e commit c18af84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
parserOptions:
sourceType: "module"

env:
es6: true
browser: true
sourceType: module

extends:
"eslint:recommended"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"d3-polygon": "1",
"eslint": "2",
"eslint": "3",
"package-preamble": "0.0",
"rollup": "0.34",
"rollup": "0.36",
"tape": "4",
"uglify-js": "2"
}
Expand Down

0 comments on commit c18af84

Please sign in to comment.