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", "name": "@ionic/core",
"version": "0.0.2-10", "version": "0.0.2-11",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@ionic/core", "name": "@ionic/core",
"version": "0.0.2-10", "version": "0.0.2-11",
"description": "Base components for Ionic", "description": "Base components for Ionic",
"main": "dist/collection/index.js", "main": "dist/collection/index.js",
"types": "dist/collection/index.d.ts", "types": "dist/collection/index.d.ts",
@ -17,8 +17,9 @@
"scripts": { "scripts": {
"build": "stencil build", "build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"", "dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"publish": "npm run build && ../../node_modules/.bin/np --any-branch", "publish": "../../node_modules/.bin/np --any-branch",
"test": "jest --no-cache" "test": "jest --no-cache",
"prepublishOnly": "npm run build"
}, },
"author": "Ionic Team", "author": "Ionic Team",
"license": "MIT", "license": "MIT",