File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "pretest" : " rm -rf build && mkdir build && rollup --banner \" $(preamble)\" -f umd -n d3 -o build/d3-array.js -- index.js" ,
3131 "test" : " tape 'test/**/*-test.js' && eslint index.js src" ,
3232 "prepublish" : " npm run test && uglifyjs --preamble \" $(preamble)\" build/d3-array.js -c -m -o build/d3-array.min.js" ,
33- "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"
33+ "postpublish" : " 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 ${npm_package_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" : {
3636 "eslint" : " 3" ,
3737 "package-preamble" : " 0.0" ,
38- "rollup" : " 0.36 " ,
38+ "rollup" : " 0.41 " ,
3939 "seedrandom" : " 2" ,
4040 "tape" : " 4" ,
4141 "uglify-js" : " 2"
You can’t perform that action at this time.
0 commit comments