File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-preprocess" ,
3
- "version" : " 4.0.0-alpha.1 " ,
3
+ "version" : " 4.0.0-alpha.2 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
36
36
"version" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md" ,
37
37
"tag" : " git tag -a v$npm_package_version -m \" Release v$npm_package_version\" " ,
38
38
"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"
41
40
},
42
41
"jest" : {
43
42
"collectCoverage" : true ,
You can’t perform that action at this time.
0 commit comments