Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Dec 11, 2017
1 parent 31787d5 commit 42f83a9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "semiotic",
"version": "1.3.0",
"version": "1.3.1",
"description": "The semiotic JavaScript data visualization framework",
"main": "lib/index.js",
"unpkg": "dist/semiotic.js",
"files": ["lib", "dist"],
"files": [
"lib",
"dist"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand All @@ -16,8 +19,7 @@
"deploy-docs": "sh ./scripts/docs",
"ci-deploy-docs": "sh ./scripts/docs-ci",
"gh-pages": "REACT_APP_GH_PAGES_PATH='semiotic' npm run build",
"prepublish":
"rollup -c && uglifyjs ./dist/semiotic.js -o ./dist/semiotic.min.js && rm ./dist/semiotic.js"
"prepublish": "rollup -c && uglifyjs ./dist/semiotic.js -o ./dist/semiotic.min.js && rm ./dist/semiotic.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -115,6 +117,9 @@
"svg-path-bounding-box": "1.0.4"
},
"nyc": {
"exclude": ["tests/unit/lib/*.js", "tests/unit/specs/**/*.js"]
"exclude": [
"tests/unit/lib/*.js",
"tests/unit/specs/**/*.js"
]
}
}

0 comments on commit 42f83a9

Please sign in to comment.