File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " d3-scale-chromatic" ,
3
- "version" : " 1.5.0" ,
3
+ "version" : " 2.0.0-rc.1" ,
4
+ "publishConfig" : {
5
+ "tag" : " next"
6
+ },
4
7
"description" : " Sequential, diverging and categorical color schemes." ,
5
8
"keywords" : [
6
9
" d3" ,
36
39
"postpublish" : " git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \" ${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
37
40
},
38
41
"dependencies" : {
39
- "d3-color" : " 1" ,
40
- "d3-interpolate" : " 1"
42
+ "d3-color" : " >=2.0.0-rc. 1" ,
43
+ "d3-interpolate" : " >=2.0.0-rc. 1"
41
44
},
42
45
"devDependencies" : {
43
46
"eslint" : " 6" ,
You can’t perform that action at this time.
0 commit comments