chore(): renamed fiber demo directory.

This commit is contained in:
Josh Thomas
2017-06-22 15:47:29 -05:00
parent c7010e28b7
commit bbe87ef644
10 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "@ionic/core", "name": "@ionic/vanilla",
"version": "0.0.1", "version": "0.0.1",
"description": "Base components for Ionic", "description": "Base components for Ionic",
"main": "dist/index.js", "main": "dist/index.js",

View File

@ -4,7 +4,8 @@
"description": "Demo of Stencil app using Ionic components to show rendering capabilities", "description": "Demo of Stencil app using Ionic components to show rendering capabilities",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "stencil build", "build": "npm run clean && stencil build",
"clean": "rm -Rf ./dist/*",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {