Skip to content

Commit

Permalink
Released 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Jun 8, 2019
1 parent 2548f4d commit 228e1f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/router",
"version": "1.0.0",
"version": "1.0.1",
"description": "Stencil Router",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -14,8 +14,9 @@
"scripts": {
"build": "../../node_modules/.bin/stencil build",
"dev": "../../node_modules/.bin/stencil build --dev --watch",
"release": "npm run build && np --any-branch",
"release": "np",
"start": "npm run dev",
"version": "npm run build",
"test": "../../node_modules/.bin/jest"
},
"repository": {
Expand Down

0 comments on commit 228e1f3

Please sign in to comment.