dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
25 stars 34 forks source link

package.json of ejected app is incomplete #216

Closed economatics closed 6 years ago

economatics commented 6 years ago

When ejecting an app the resulting package.json does not include all packages needed

"name": "test",
  "version": "1.0.0",
  "dependencies": {
    "@dojo/core": "~0.4.0",
    "@dojo/has": "~0.1.2",
    "@dojo/shim": "~0.2.6",
    "@dojo/i18n": "~0.5.1",
    "@dojo/widget-core": "~0.9.6",
    "@dojo/routing": "~0.5.0",
    "@dojo/widgets": "~0.6.1",
    "tslib": "~1.8.1"
  },
  "devDependencies": {
    "@dojo/cli-build-app": "~0.3.4",
    "@dojo/cli-test-intern": "~0.5.1",
    "@dojo/test-extras": "~0.6.0",
    "@types/glob": "~5.0.0",
    "@types/grunt": "~0.4.0",
    "@types/node": "^6.0.46",
    "@types/sinon": "^1.16.35",
    "intern": "~4.1.5",
    "typescript": "~2.6.1"
  }
}
agubler commented 6 years ago

@economatics This only occurs because of the bug in https://github.com/dojo/cli-test-intern/issues/101 - fixing this issue will ensure that the correct dependencies are added.