Skip to content

Commit

Permalink
fix root version and remove lint-changed (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Nov 13, 2022
1 parent d8e90e6 commit 4639411
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 151 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "root",
"version": "4.9.0-alpha.13",
"version": "4.9.0-alpha.14",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:emberjs/data.git"
},
"pre-commit": [
"lint:js:changed"
],
"scripts": {
"build-v2-addons": "pnpm --filter @ember-data/tracking build",
"build:docs": "mkdir -p packages/-ember-data/dist && cd ./docs-generator && node ./compile-docs.js",
"lint:js": "eslint --cache --ext=js,ts .",
"lint:js:changed": "node ./scripts/lint-changed-js.js",
"preinstall": "npx only-allow pnpm",
"problems": "tsc -p tsconfig.json --noEmit --pretty false",
"test": "pnpm --filter main-test-app --filter graph-test-app run test",
Expand Down Expand Up @@ -128,9 +124,6 @@
"json-typescript": "^1.1.2",
"lerna-changelog": "^2.2.0",
"loader.js": "^4.7.0",
"npm-git-info": "^1.0.3",
"pre-commit": "^1.2.2",
"pretender": "^3.4.7",
"prettier": "^2.7.1",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0",
Expand Down Expand Up @@ -174,4 +167,4 @@
"@embroider/[email protected]": "patches/@[email protected]"
}
}
}
}
94 changes: 0 additions & 94 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 0 additions & 48 deletions scripts/lint-changed-js.js

This file was deleted.

0 comments on commit 4639411

Please sign in to comment.