Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Oct 10, 2018
1 parent f3d38f1 commit 9550c9a
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 124 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.15.0"
"version": "0.16.0"
}
62 changes: 31 additions & 31 deletions packages/cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutmeg/cli",
"version": "0.15.1",
"version": "0.16.0",
"description": "Build, test, and publish vanilla Web Components with a little spice",
"main": "dist/cli.js",
"types": "dist/cli.d.ts",
Expand Down Expand Up @@ -51,7 +51,7 @@
"node": ">=8"
},
"dependencies": {
"@nutmeg/seed": "0.13.0",
"@nutmeg/seed": "^0.16.0",
"@types/chai": "4.1.6",
"@types/mocha": "5.2.5",
"@types/sinon": "5.0.5",
Expand Down

0 comments on commit 9550c9a

Please sign in to comment.