From c2e6657194c62fd4ea208df554892569e1d3e65a Mon Sep 17 00:00:00 2001 From: Manuel Mtz-Almeida Date: Fri, 15 Sep 2017 15:29:31 -0500 Subject: [PATCH] 0.0.2-11 --- packages/core/package-lock.json | 2 +- packages/core/package.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/core/package-lock.json b/packages/core/package-lock.json index ef0ed8967e..7e52eaf057 100644 --- a/packages/core/package-lock.json +++ b/packages/core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.0.2-10", + "version": "0.0.2-11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 87192003b3..f7c289f1f4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "0.0.2-10", + "version": "0.0.2-11", "description": "Base components for Ionic", "main": "dist/collection/index.js", "types": "dist/collection/index.d.ts", @@ -17,8 +17,9 @@ "scripts": { "build": "stencil build", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", - "publish": "npm run build && ../../node_modules/.bin/np --any-branch", - "test": "jest --no-cache" + "publish": "../../node_modules/.bin/np --any-branch", + "test": "jest --no-cache", + "prepublishOnly": "npm run build" }, "author": "Ionic Team", "license": "MIT",