chore(package): update core package.json

This commit is contained in:
Adam Bradley
2017-08-03 08:47:34 -05:00
parent a5c7a97387
commit 47cb12dfd9
2 changed files with 21 additions and 21 deletions

View File

@@ -68,9 +68,9 @@
}
},
"@stencil/utils": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@stencil/utils/-/utils-0.0.3.tgz",
"integrity": "sha512-kXeDq/aRPZyhoGbrVXhybboefpQ/d4oirdztqvucSoLHfqyjGZlJbDqFWHr8RCuWHFb90Ck/m3/rfl5KSf7/AA==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@stencil/utils/-/utils-0.0.4.tgz",
"integrity": "sha512-uTHzscqxYA6+dHjtGTeQDXdj1+FE6d2PS0/w/Dkt03e+QqI9XspMLapOy0cjoTXZ9SZHcmBHxZqqHAtKlQKUgQ==",
"dev": true
},
"@types/node": {
@@ -2188,12 +2188,6 @@
"resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
"integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY="
},
"ionicons": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-3.0.0.tgz",
"integrity": "sha1-QLja9P16MRUL0AIWD2ZJbiKpjDw=",
"dev": true
},
"is-arrayish": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",

View File

@@ -2,27 +2,33 @@
"name": "@ionic/core",
"version": "0.0.1",
"description": "Base components for Ionic",
"main": "dist/collection/collection-manifest.json",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/",
"README.md"
],
"dependencies": {
"@stencil/core": "^0.0.4-3"
},
"devDependencies": {
"@stencil/dev-server": "^0.0.11",
"@stencil/utils": "^0.0.4",
"jest": "^20.0.4"
},
"scripts": {
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\"",
"publish": "np",
"test": "(jest --no-cache || true)"
},
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"dependencies": {
"@stencil/core": "0.0.4-3"
},
"devDependencies": {
"@stencil/dev-server": "0.0.11",
"@stencil/utils": "0.0.3",
"ionicons": "3.0.0",
"jest": "^20.0.4"
},
"author": "Ionic Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},