Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Nov 9, 2017
1 parent bdadfda commit 4ebbfa1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "semiotic",
"version": "1.1.13",
"version": "1.2.0",
"description": "The semiotic JavaScript data visualization framework",
"main": "lib/index.js",
"files": ["lib"],
"files": [
"lib"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down Expand Up @@ -104,6 +106,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 4ebbfa1

Please sign in to comment.