mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(): updates so that core works with hn demo and ionic-vanilla
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
"name": "@ionic/core",
|
||||
"version": "0.0.1",
|
||||
"description": "Base components for Ionic",
|
||||
"main": "dist/index.js",
|
||||
"main": "dist/manifest.json",
|
||||
"scripts": {
|
||||
"build": "npm run clean && npm run copy.vendor && stencil build",
|
||||
"clean": "rm -Rf ./dist/*",
|
||||
"copy.vendor": "mkdir -p ./temp/vendor && cp -Rf ./src/vendor ./temp",
|
||||
"build": "npm run clean && npm run copy.vendor && stencil collection",
|
||||
"clean": "rm -Rf ./dist",
|
||||
"copy.vendor": "mkdir -p ./dist/vendor && cp -Rf ./src/vendor ./dist",
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
@ -14,7 +14,9 @@
|
||||
"url": "git+https://github.com/ionic-team/ionic.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": "^0.0.1",
|
||||
"@stencil/core": "^0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ionicons": "3.0.0"
|
||||
},
|
||||
"author": "Ionic Team",
|
||||
|
Reference in New Issue
Block a user