This commit is contained in:
Manuel Mtz-Almeida
2017-09-15 15:29:31 -05:00
parent d8f2fa73f3
commit c2e6657194
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "0.0.2-10",
"version": "0.0.2-11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",