Skip to content

Commit 658b405

Browse files
committed
cleanup package.json
1 parent c97e2ed commit 658b405

File tree

2 files changed

+5
-52
lines changed

2 files changed

+5
-52
lines changed

package-lock.json

Lines changed: 4 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "",
55
"private": true,
66
"engines": {
@@ -28,14 +28,7 @@
2828
"prepare": "npm run compile",
2929
"cli": "ts-node packages/cli/src/index.ts",
3030
"precli": "npm run compile",
31-
"lint": "npm run cli lint resources/pets.yaml -- --format stylish",
32-
"bundle": "npm run cli bundle resources/pets.yaml",
33-
"stats": "npm run cli stats resources/pets.yaml",
34-
"split": "npm run cli split resources/pets.yaml -- --outDir output",
35-
"build-docs": "npm run cli build-docs resources/pets.yaml",
36-
"benchmark": "node --expose-gc --noconcurrent_sweeping --predictable packages/core/src/benchmark/benchmark.js",
3731
"release": "changeset publish",
38-
"upload": "node scripts/archive-and-upload-bundle.js",
3932
"pack:prepare": "./scripts/local-pack.sh",
4033
"respect:parser:generate": "pegjs --format commonjs packages/respect-core/src/modules/runtime-expressions/abnf-parser.pegjs",
4134
"json-server": "json-server --watch __tests__/respect/local-json-server/fake-db.json --port 3000 --host 0.0.0.0"
@@ -78,7 +71,6 @@
7871
"json-schema-to-ts": "^3.0.0",
7972
"json-server": "1.0.0-beta.3",
8073
"lint-staged": "^15.4.3",
81-
"null-loader": "^4.0.0",
8274
"outdent": "^0.7.1",
8375
"pegjs": "0.10.0",
8476
"prettier": "^2.1.2",

0 commit comments

Comments
 (0)