d3-slopegraph
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
export {default as foo} from "./src/foo"; | ||
export {default as slopegraph} from "./src/slopegraph"; |
{ | ||
"name": "d3-slopegraph", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "{DESCRIPTION}", | ||
@@ -10,3 +10,3 @@ "keywords": [ | ||
"license": "BSD-3-Clause", | ||
"main": "build/d3-foo.js", | ||
"main": "build/d3-slopegraph.js", | ||
"jsnext:main": "index", | ||
@@ -19,6 +19,6 @@ "homepage": "https://github.com/kwhsiung/d3-slopegraph", | ||
"scripts": { | ||
"pretest": "rm -rf build && mkdir build && rollup -f umd -n d3 -o build/d3-foo.js -- index.js", | ||
"pretest": "rm -rf build && mkdir build && rollup -f umd -n d3 -o build/d3-slopegraph.js -- index.js", | ||
"test": "tape 'test/**/*-test.js'", | ||
"prepublishOnly": "npm run test && uglifyjs build/d3-foo.js -c -m -o build/d3-foo.min.js", | ||
"postpublish": "zip -j build/d3-foo.zip -- LICENSE README.md build/d3-foo.js build/d3-foo.min.js" | ||
"prepublishOnly": "npm run test && uglifyjs build/d3-slopegraph.js -c -m -o build/d3-slopegraph.min.js", | ||
"postpublish": "zip -j build/d3-slopegraph.zip -- LICENSE README.md build/d3-slopegraph.js build/d3-slopegraph.min.js" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
3771