diff --git a/package.json b/package.json index d1a211e7..cac627c3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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" + ] } }