Skip to content

Commit

Permalink
Update package.json, delete unneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 1, 2024
1 parent 54c8b18 commit 8d42ade
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 118 deletions.
90 changes: 0 additions & 90 deletions libraries/ember/karma.conf.js

This file was deleted.

16 changes: 8 additions & 8 deletions libraries/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"description": "Small description for ember-cee-app goes here",
"repository": "",
"library_repo": "emberjs/ember.js",
"license": "MIT",
"author": "NullVoxPopuli",
"scripts": {
Expand Down Expand Up @@ -87,20 +88,19 @@
},
"wireit": {
"test": {
"dependencies": [
"../..:karma-plugins"
],
"files": [
".babelrc",
"karma.conf.js",
"tests.webpack.js",
"src",
"babel.config.cjs",
"vite.config.mjs",
"ember-cli-build.js",
"app",
"config",
"tests",
"meta"
],
"output": [
"results"
],
"command": "cross-env LIBRARY_NAME=svelte karma start || echo ''"
"command": "cross-env LIBRARY_NAME=ember pnpm start || echo ''"
},
"build": {
"dependencies": [
Expand Down
20 changes: 0 additions & 20 deletions libraries/ember/tests.webpack.js

This file was deleted.

0 comments on commit 8d42ade

Please sign in to comment.