This repository was archived by the owner on Nov 11, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 19
19
"url" : " http://bost.ocks.org/mike"
20
20
},
21
21
"main" : " build/d3-collection.js" ,
22
+ "module" : " index" ,
22
23
"jsnext:main" : " index" ,
23
24
"repository" : {
24
25
"type" : " git" ,
28
29
"pretest" : " rm -rf build && mkdir build && rollup --banner \" $(preamble)\" -f umd -n d3 -o build/d3-collection.js -- index.js" ,
29
30
"test" : " tape 'test/**/*-test.js' && eslint index.js src" ,
30
31
"prepublish" : " npm run test && uglifyjs --preamble \" $(preamble)\" build/d3-collection.js -c -m -o build/d3-collection.min.js" ,
31
- "postpublish" : " VERSION=`node -e 'console.log(require(\" ./package.json\" ).version)'`; git push && git push --tags && cp build/d3-collection.js .. /d3.github.com/d3-collection. v1.js && cp build/d3-collection.min.js ../d3.github.com/d3 -collection.v1.min.js && cd ../d3.github.com && git add d3-collection.v1.js d3-collection.v1.min.js && git commit -m \" d3-collection ${VERSION}\" && git push && cd - && zip -j build/d3-collection.zip -- LICENSE README.md build/d3-collection.js build/d3-collection.min.js"
32
+ "postpublish" : " VERSION=`node -e 'console.log(require(\" ./package.json\" ).version)'`; git push && git push --tags && cd .. /d3.github.com && git pull && cp .. /d3-collection/build/d3-collection.js d3-collection. v1.js && cp ../d3-collection/ build/d3-collection.min.js d3 -collection.v1.min.js && git add d3-collection.v1.js d3-collection.v1.min.js && git commit -m \" d3-collection ${VERSION}\" && git push && cd - && zip -j build/d3-collection.zip -- LICENSE README.md build/d3-collection.js build/d3-collection.min.js"
32
33
},
33
34
"devDependencies" : {
34
35
"d3-array" : " 1" ,
35
36
"eslint" : " 2" ,
36
37
"package-preamble" : " 0.0" ,
37
- "rollup" : " 0.31 " ,
38
+ "rollup" : " 0.34 " ,
38
39
"tape" : " 4" ,
39
40
"uglify-js" : " 2"
40
41
}
You can’t perform that action at this time.
0 commit comments