feat(hydrate): add @ionic/core/hydrate app (#18867)

This commit is contained in:
Adam Bradley
2019-07-23 16:46:06 -05:00
committed by GitHub
parent c52b3b4997
commit 815fa2eb06
5 changed files with 186 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
{
"name": "@ionic/source",
"version": "0.0.1",
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"private": true,
"scripts": {
"build": "node .scripts/build.js",
@@ -19,5 +16,8 @@
"listr": "^0.14.0",
"semver": "^5.5.0",
"turbocolor": "^2.4.1"
},
"engines": {
"node": ">= 10"
}
}