1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-10 07:55:25 +02:00

Improve Ember build process

This commit is contained in:
Harvey Kandola 2019-01-07 14:43:56 +00:00
parent e6ddb1ec24
commit 9206e9aaa1
6 changed files with 770 additions and 716 deletions

View file

@ -14,7 +14,7 @@
"build": "ember build",
"lint:hbs": "ember-template-lint .",
"lint:js": "eslint .",
"start": "ember server",
"start": "ember serve",
"test": "ember test"
},
"engines": {
@ -45,6 +45,7 @@
"ember-data": "~3.5.0",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit": "^3.4.1",
"ember-resolver": "^5.0.1",
"ember-simple-auth": "^1.7.0",