generated from ztimson/template
Updated .npmignore
All checks were successful
Publish Library / Build NPM Project (push) Successful in 10s
All checks were successful
Publish Library / Build NPM Project (push) Successful in 10s
This commit is contained in:
parent
f243d9ed11
commit
49ac759515
7
.npmignore
Normal file
7
.npmignore
Normal file
@ -0,0 +1,7 @@
|
||||
.github
|
||||
.idea
|
||||
node_modules
|
||||
.editorconfig
|
||||
.gitignore
|
||||
CODEOWNERS
|
||||
index.html
|
31
package.json
31
package.json
@ -1,17 +1,18 @@
|
||||
{
|
||||
"name": "@ztimson/css-utils",
|
||||
"version": "1.0.0",
|
||||
"description": "CSS Utility Classes",
|
||||
"scripts": {
|
||||
"build": "npx sass src/main.scss > dist/main.css && npx sass src/main.scss --style compressed > dist/main.min.css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git.zakscode.com:ztimson/css-utils"
|
||||
},
|
||||
"author": "ztimson",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"sass": "^1.80.6"
|
||||
}
|
||||
"name": "@ztimson/css-utils",
|
||||
"version": "1.0.0",
|
||||
"description": "CSS Utility Classes",
|
||||
"readme": "README.md",
|
||||
"scripts": {
|
||||
"build": "npx sass src/main.scss > dist/main.css && npx sass src/main.scss --style compressed > dist/main.min.css"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git.zakscode.com:ztimson/css-utils"
|
||||
},
|
||||
"author": "ztimson",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"sass": "^1.80.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user