File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"pretest" : " rm -rf build && mkdir build && rollup --banner \" $(preamble)\" -f umd -n d3 -o build/d3-selection.js -- index.js" ,
26
26
"test" : " tape 'test/**/*-test.js' && eslint index.js src" ,
27
27
"prepublish" : " npm run test && uglifyjs --preamble \" $(preamble)\" build/d3-selection.js -c -m -o build/d3-selection.min.js" ,
28
- "postpublish" : " VERSION=`node -e 'console.log(require(\" ./package.json\" ).version)'`; git push && git push --tags && cp build/d3-selection.js .. /d3.github.com/d3-selection. v1.js && cp build/d3-selection.min.js ../d3.github.com/d3 -selection.v1.min.js && cd ../d3.github.com && git add d3-selection.v1.js d3-selection.v1.min.js && git commit -m \" d3-selection ${VERSION}\" && git push && cd - && zip -j build/d3-selection.zip -- LICENSE README.md build/d3-selection.js build/d3-selection.min.js"
28
+ "postpublish" : " VERSION=`node -e 'console.log(require(\" ./package.json\" ).version)'`; git push && git push --tags && cd .. /d3.github.com && git pull && cp .. /d3-selection/build/d3-selection.js d3-selection. v1.js && cp ../d3-selection/ build/d3-selection.min.js d3 -selection.v1.min.js && git add d3-selection.v1.js d3-selection.v1.min.js && git commit -m \" d3-selection ${VERSION}\" && git push && cd - && zip -j build/d3-selection.zip -- LICENSE README.md build/d3-selection.js build/d3-selection.min.js"
29
29
},
30
30
"devDependencies" : {
31
31
"eslint" : " 2" ,
32
32
"jsdom" : " 9" ,
33
33
"package-preamble" : " 0.0" ,
34
- "rollup" : " 0.33 " ,
34
+ "rollup" : " 0.34 " ,
35
35
"tape" : " 4" ,
36
36
"uglify-js" : " 2"
37
37
}
You can’t perform that action at this time.
0 commit comments