mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(package): update core package.json
This commit is contained in:
12
packages/core/package-lock.json
generated
12
packages/core/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user