Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
125m125 committed Feb 2, 2018
1 parent 2fa549d commit 31c710a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 26 deletions.
86 changes: 63 additions & 23 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splconfigurator",
"version": "0.0.2",
"version": "0.0.3",
"main": "target/splconfigurator.cjs.js",
"module": "target/splconfigurator.es.js",
"jsnext:main": "target/splconfigurator.es.js",
Expand All @@ -24,7 +24,7 @@
"eslint": "4.16.0",
"nyc": "11.4.1",
"rollup": "0.55.1",
"rollup-plugin-spl": "0.0.3",
"rollup-plugin-spl": "0.0.4",
"sinon": "4.2.2"
},
"directories": {
Expand Down Expand Up @@ -54,4 +54,4 @@
],
"exclude": "src/index.js"
}
}
}

0 comments on commit 31c710a

Please sign in to comment.