Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit ad942aa

Browse files
committed
Removing unused deps
1 parent 7fe9714 commit ad942aa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@
2020
"clean:project": "rimraf _coverage lib .merlin *.coverage",
2121
"jest": "jest --setupTestFrameworkScriptFile=./setupTests.js",
2222
"postversion": "github-release",
23-
"prebuild": "yarn clean",
2423
"pretest": "yarn build",
25-
"preversion": "yarn build",
26-
"test": "yarn jest",
27-
"test:coverage": "BISECT_ENABLE=yes yarn test",
28-
"version": "changelog"
24+
"test": "yarn jest"
2925
},
3026
"keywords": [
3127
"bucklescript",
@@ -44,7 +40,6 @@
4440
"devDependencies": {
4541
"@glennsl/bs-jest": "^0.5.1",
4642
"@sheerun/mutationobserver-shim": "^0.3.3",
47-
"@wyze/changelog": "^1.0.0",
4843
"@wyze/github-release": "^1.1.1",
4944
"bisect_ppx": "^2.5.0",
5045
"bs-platform": "^8.4.2",

0 commit comments

Comments
 (0)