Skip to content

Commit

Permalink
converted to mono repo that uses yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Mar 3, 2019
1 parent 19170de commit 21dc798
Show file tree
Hide file tree
Showing 12 changed files with 272 additions and 24,436 deletions.
9 changes: 0 additions & 9 deletions lib/tomorrow/index.js

This file was deleted.

12 changes: 0 additions & 12 deletions lib/tomorrow/package.json

This file was deleted.

12,236 changes: 0 additions & 12,236 deletions package-lock.json

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "yarn-workface", "name": "yarn-workface",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"workspaces": ["packages/*"],
"description": "Small description for yarn-workface goes here", "description": "Small description for yarn-workface goes here",
"repository": "", "repository": "",
"license": "MIT", "license": "MIT",
Expand Down Expand Up @@ -44,15 +45,10 @@
"ember-welcome-page": "^3.2.0", "ember-welcome-page": "^3.2.0",
"eslint-plugin-ember": "^5.2.0", "eslint-plugin-ember": "^5.2.0",
"loader.js": "^4.7.0", "loader.js": "^4.7.0",
"moment": "^2.24.0", "qunit-dom": "^0.8.0",
"qunit-dom": "^0.8.0" "tomorrow": "*"
}, },
"engines": { "engines": {
"node": "6.* || 8.* || >= 10.*" "node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"paths": [
"lib/tomorrow"
]
} }
} }
Empty file removed packages/tomorrow/addon/.gitkeep
Empty file.
Empty file removed packages/tomorrow/app/.gitkeep
Empty file.
12,160 changes: 0 additions & 12,160 deletions packages/tomorrow/package-lock.json

This file was deleted.

6 changes: 4 additions & 2 deletions packages/tomorrow/package.json
Expand Up @@ -21,15 +21,17 @@
"test:all": "ember try:each" "test:all": "ember try:each"
}, },
"dependencies": { "dependencies": {
"ember-cli-babel": "^7.1.2" "ember-cli-babel": "^7.1.2",
"ember-cli-htmlbars": "^3.0.0",
"ember-auto-import": "^1.2.21",
"moment": "^2.24.0"
}, },
"devDependencies": { "devDependencies": {
"@ember/optional-features": "^0.6.3", "@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0", "broccoli-asset-rev": "^2.7.0",
"ember-cli": "~3.8.1", "ember-cli": "~3.8.1",
"ember-cli-dependency-checker": "^3.1.0", "ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^4.2.3", "ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars": "^3.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.3", "ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^1.8.2", "ember-cli-inject-live-reload": "^1.8.2",
"ember-cli-sri": "^2.1.1", "ember-cli-sri": "^2.1.1",
Expand Down

0 comments on commit 21dc798

Please sign in to comment.