chore(package): init root build scripts

This commit is contained in:
Adam Bradley
2018-03-21 14:14:52 -05:00
parent 3829886a74
commit 814cf73a00
4 changed files with 4 additions and 7388 deletions

View File

@ -1,13 +0,0 @@
{
"lerna": "2.0.0-rc.5",
"packages": [
"*",
"demos/*"
],
"commands": {
"bootstrap": {
"ignore": "@stencil/*"
}
},
"version": "0.0.0"
}

7369
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,6 @@
{ {
"name": "@ionic/source", "name": "@ionic/source",
"version": "0.0.1", "version": "0.0.1",
"private": true, "description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"devDependencies": { "private": true
"jest": "^20.0.4",
"lerna": "2.9.0",
"mocha": "^4.0.1",
"np": "^2.16.0"
}
} }

1
scripts/README.md Normal file
View File

@ -0,0 +1 @@
# Build Scripts