Skip to content

Commit 7b7611b

Browse files
committed
chore: use pnpm, get it building
1 parent 54802c4 commit 7b7611b

File tree

3 files changed

+8017
-7024
lines changed

3 files changed

+8017
-7024
lines changed

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@
99
"scripts": {
1010
"build": "microbundle --define process.env.NODE_ENV=production --no-sourcemap --tsconfig ./tsconfig.json --format esm,cjs",
1111
"test": "jest --collect-coverage --silent",
12-
"test:test262": "ts-node -T __test__/run_test262.ts",
13-
"release-major": "yarn build && yarn test && standard-version --release-as major",
14-
"release-minor": "yarn build && yarn test && standard-version --release-as minor",
15-
"release-patch": "yarn build && yarn test && standard-version --release-as patch"
12+
"test:test262": "ts-node -T __test__/run_test262.ts"
1613
},
1714
"exports": {
1815
".": [
@@ -36,11 +33,10 @@
3633
"homepage": "https://github.com/sveltejs/acorn-typescript#readme",
3734
"devDependencies": {
3835
"@types/jest": "^24.1.0",
39-
"acorn": "^8.9.0",
40-
"acorn-jsx": "^5.3.2",
36+
"acorn": "~8.9.0",
37+
"acorn-jsx": "~5.3.2",
4138
"jest": "^24.1.0",
4239
"microbundle": "^0.15.1",
43-
"standard-version": "^9.5.0",
4440
"ts-jest": "^26.0.0",
4541
"ts-node": "^10.9.1",
4642
"typescript": "^4.8.4",

0 commit comments

Comments
 (0)