File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"publishConfig" : {
10
10
"access" : " public" ,
11
- "registry" : " https://npm.pkg.github.com "
11
+ "registry" : " https://registry.npmjs.org "
12
12
},
13
13
"devDependencies" : {
14
14
"stylelint" : " ^15.10.3" ,
19
19
"peerDependencies" : {
20
20
"sass" : " ^1.78.0"
21
21
},
22
- "scripts" : {},
22
+ "scripts" : {
23
+ "prepublishOnly" : " npm install rimraf && npm run pkg && npm run clean" ,
24
+ "pkg" : " npm pkg delete module es2020 esm2020 fesm2020 fesm2015 typings exports dependencies" ,
25
+ "clean" : " ./node_modules/rimraf/dist/esm/bin.mjs ./esm2020 ./fesm2015 ./fesm2020 ./index.d.ts ./public-api.d.ts ./node_modules" ,
26
+ "sass" : " ./node_modules/sass/sass.js"
27
+ },
23
28
"repository" : {
24
29
"type" : " git" ,
25
30
"url" : " git+https://github.com/angular-package/sass-string.git"
You can’t perform that action at this time.
0 commit comments