Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emeeks committed Sep 27, 2017
1 parent 99bb967 commit 43ac8ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "semiotic",
"version": "1.1.1",
"version": "1.1.2",
"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 All @@ -27,7 +29,9 @@
"name": "Elijah Meeks",
"email": "[email protected]"
},
"contributors": ["Susie Lu <[email protected]>"],
"contributors": [
"Susie Lu <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"babel-cli": "6.4.5",
Expand Down Expand Up @@ -113,6 +117,9 @@
"react-dimensions": "1.3.0"
},
"nyc": {
"exclude": ["tests/unit/lib/*.js", "tests/unit/specs/**/*.js"]
"exclude": [
"tests/unit/lib/*.js",
"tests/unit/specs/**/*.js"
]
}
}

0 comments on commit 43ac8ac

Please sign in to comment.