Skip to content

Commit 6c15a48

Browse files
committed
chore: 🤖 remove minification step
Closes #194
1 parent da65299 commit 6c15a48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-preprocess",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0-alpha.2",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -36,8 +36,7 @@
3636
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md",
3737
"tag": "git tag -a v$npm_package_version -m \"Release v$npm_package_version\"",
3838
"release": "npm run version && yarn && git add package.json yarn.lock && git commit -m \"chore(release): v$npm_package_version :tada:\"",
39-
"minify": "babel-minify dist -d dist",
40-
"prepublishOnly": "npm run test -- --no-cache && npm run build && npm run minify && npm run release && npm run tag"
39+
"prepublishOnly": "npm run test -- --no-cache && npm run build && npm run release && npm run tag"
4140
},
4241
"jest": {
4342
"collectCoverage": true,

0 commit comments

Comments
 (0)