We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scripts
1 parent ab56c9b commit dafe1aaCopy full SHA for dafe1aa
package.json
@@ -8,7 +8,7 @@
8
"license": "MIT",
9
"publishConfig": {
10
"access": "public",
11
- "registry": "https://npm.pkg.github.com"
+ "registry": "https://registry.npmjs.org"
12
},
13
"devDependencies": {
14
"stylelint": "^15.10.3",
@@ -19,7 +19,12 @@
19
"peerDependencies": {
20
"sass": "^1.78.0"
21
22
- "scripts": {},
+ "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
+ },
28
"repository": {
29
"type": "git",
30
"url": "git+https://github.com/angular-package/sass-string.git"
0 commit comments