-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade to ember-3.8.1, vendor photon
- Loading branch information
Showing
16 changed files
with
4,181 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
/blueprints/*/files/**/*.js | ||
# unconventional js | ||
/blueprints/*/files/ | ||
/vendor/ | ||
|
||
# compiled output | ||
/dist/ | ||
/tmp/ | ||
|
||
# dependencies | ||
/bower_components/ | ||
/node_modules/ | ||
|
||
# misc | ||
/coverage/ | ||
!.* | ||
|
||
# ember-try | ||
/.node_modules.ember-try/ | ||
/bower.json.ember-try | ||
/package.json.ember-try |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
# See https://help.github.com/ignore-files/ for more about ignoring files. | ||
|
||
# compiled output | ||
/dist | ||
/tmp | ||
/dist/ | ||
/tmp/ | ||
|
||
# dependencies | ||
/node_modules | ||
/bower_components | ||
/bower_components/ | ||
/node_modules/ | ||
|
||
# misc | ||
/.env* | ||
/.pnp* | ||
/.sass-cache | ||
/connect.lock | ||
/coverage/* | ||
/coverage/ | ||
/libpeerconnection.log | ||
npm-debug.log* | ||
yarn-error.log | ||
testem.log | ||
/npm-debug.log* | ||
/testem.log | ||
/yarn-error.log | ||
.DS_Store | ||
|
||
# ember-try | ||
.node_modules.ember-try/ | ||
bower.json.ember-try | ||
package.json.ember-try | ||
/.node_modules.ember-try/ | ||
/bower.json.ember-try | ||
/package.json.ember-try | ||
|
||
electron-out/ | ||
/electron-out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
extends: 'recommended' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"jquery-integration": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,24 @@ | |
"productName": "khepri", | ||
"version": "0.5.1", | ||
"description": "Process manager gui", | ||
"private": false, | ||
"repository": "https://github.com/mnutt/khepri", | ||
"license": "MIT", | ||
"author": "Michael Nutt <[email protected]>", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"private": false, | ||
"scripts": { | ||
"build": "ember build", | ||
"lint:js": "eslint ./*.js app blueprints config lib server tests", | ||
"lint:hbs": "ember-template-lint .", | ||
"lint:js": "eslint .", | ||
"start": "ember electron", | ||
"test": "ember test" | ||
}, | ||
"repository": "", | ||
"engines": { | ||
"node": "^4.5 || 6.* || >= 7.*" | ||
"node": "8.* || >= 10.*" | ||
}, | ||
"author": "Michael Nutt <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"ansi_up": "^3.0.0", | ||
"daemon": "^1.1.0", | ||
|
@@ -37,33 +38,34 @@ | |
"user-env": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.4.5", | ||
"@ember/optional-features": "^0.6.3", | ||
"broccoli-asset-rev": "^2.7.0", | ||
"devtron": "^1.4.0", | ||
"electron-forge": "5.2.4", | ||
"electron-prebuilt-compile": "4.0.0", | ||
"electron-rebuild": "1.8.4", | ||
"ember-ajax": "^3.0.0", | ||
"ember-cli": "~3.1.4", | ||
"ember-cli-app-version": "^3.0.0", | ||
"ember-cli-babel": "^6.6.0", | ||
"ember-cli-dependency-checker": "^2.0.0", | ||
"ember-ajax": "^4.0.1", | ||
"ember-cli": "~3.8.1", | ||
"ember-cli-app-version": "^3.2.0", | ||
"ember-cli-babel": "^7.1.2", | ||
"ember-cli-dependency-checker": "^3.1.0", | ||
"ember-cli-eslint": "^5.0.0", | ||
"ember-cli-htmlbars": "^2.0.1", | ||
"ember-cli-htmlbars-inline-precompile": "^1.0.0", | ||
"ember-cli-inject-live-reload": "^1.4.1", | ||
"ember-cli-photon": "0.2.4", | ||
"ember-cli-shims": "^1.2.0", | ||
"ember-cli-sri": "^2.1.0", | ||
"ember-cli-uglify": "^2.0.0", | ||
"ember-cli-htmlbars": "^3.0.0", | ||
"ember-cli-htmlbars-inline-precompile": "^1.0.3", | ||
"ember-cli-inject-live-reload": "^1.8.2", | ||
"ember-cli-sri": "^2.1.1", | ||
"ember-cli-template-lint": "^1.0.0-beta.1", | ||
"ember-cli-uglify": "^2.1.0", | ||
"ember-electron": "^2.10.0", | ||
"ember-export-application-global": "^2.0.0", | ||
"ember-inspector": "3.1.0", | ||
"ember-load-initializers": "^1.0.0", | ||
"ember-load-initializers": "^1.1.0", | ||
"ember-qunit": "^4.4.1", | ||
"ember-resolver": "^4.0.0", | ||
"ember-source": "^3.1.0", | ||
"eslint-plugin-ember": "^5.0.0", | ||
"loader.js": "^4.2.3" | ||
"ember-resolver": "^5.0.1", | ||
"ember-source": "~3.8.0", | ||
"eslint-plugin-ember": "^5.2.0", | ||
"loader.js": "^4.7.0", | ||
"qunit-dom": "^0.8.0" | ||
}, | ||
"main": "ember-electron/lib/index.js", | ||
"ember-electron": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.