File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11parserOptions:
2- sourceType: " module"
2+ sourceType: module
33
44env:
55 es6: true
Original file line number Diff line number Diff line change 3333 "postpublish" : " VERSION=`node -e 'console.log(require(\" ./package.json\" ).version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-array/build/d3-array.js d3-array.v1.js && cp ../d3-array/build/d3-array.min.js d3-array.v1.min.js && git add d3-array.v1.js d3-array.v1.min.js && git commit -m \" d3-array ${VERSION}\" && git push && cd - && zip -j build/d3-array.zip -- LICENSE README.md build/d3-array.js build/d3-array.min.js"
3434 },
3535 "devDependencies" : {
36- "eslint" : " 2 " ,
36+ "eslint" : " 3 " ,
3737 "package-preamble" : " 0.0" ,
38- "rollup" : " 0.34 " ,
38+ "rollup" : " 0.36 " ,
3939 "seedrandom" : " 2" ,
4040 "tape" : " 4" ,
4141 "uglify-js" : " 2"
You can’t perform that action at this time.
0 commit comments