mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(): renamed fiber demo directory.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@ionic/core",
|
||||
"name": "@ionic/vanilla",
|
||||
"version": "0.0.1",
|
||||
"description": "Base components for Ionic",
|
||||
"main": "dist/index.js",
|
||||
|
@ -4,7 +4,8 @@
|
||||
"description": "Demo of Stencil app using Ionic components to show rendering capabilities",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "stencil build",
|
||||
"build": "npm run clean && stencil build",
|
||||
"clean": "rm -Rf ./dist/*",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
Reference in New Issue
Block a user