@gitlab-org/csslab
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@gitlab-org/csslab", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "GitLab's CSS Framework", | ||
@@ -10,3 +10,4 @@ "main": "dist/csslab.css", | ||
"scripts": { | ||
"sass": "node_modules/.bin/node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ assets/stylesheets/_csslab.scss > dist/csslab.css" | ||
"sass": "mkdir -p dist && node_modules/.bin/node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ assets/stylesheets/csslab.scss > dist/csslab.css", | ||
"prepublish": "yarn sass" | ||
}, | ||
@@ -13,0 +14,0 @@ "dependencies": { |
@@ -7,1 +7,8 @@ # CSSLab | ||
``` | ||
## How to publish | ||
Note: Only [members](https://www.npmjs.com/org/gitlab-org/members) of npm group `@gitlab-org` are able to publish this project. | ||
1. Update the package version number | ||
2. `npm publish --access public` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12
5155
14
209434