primer-forms
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -0,1 +1,6 @@ | ||
# v0.7.1 | ||
* More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e) | ||
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651) | ||
# v0.7.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"name": "primer-forms", | ||
@@ -9,2 +9,3 @@ "description": "Style individual form controls and utilize common layouts.", | ||
"style": "index.scss", | ||
"main": "build/index.js", | ||
"files": [ | ||
@@ -20,5 +21,4 @@ "index.scss", | ||
"scripts": { | ||
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi", | ||
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css", | ||
"prepublish": "npm run setup && npm run build", | ||
"build": "primer-module-build index.scss", | ||
"prepublish": "npm run build", | ||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
@@ -30,7 +30,5 @@ }, | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.6", | ||
"node-sass": "^3.7.0", | ||
"postcss-cli": "^2.5.2", | ||
"stylelint": "^7.0.3", | ||
"stylelint-config-primer": "^1.1.0" | ||
"stylelint": "*", | ||
"stylelint-config-primer": "*", | ||
"primer-module-build": "*" | ||
}, | ||
@@ -37,0 +35,0 @@ "keywords": [ |
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
57442
3
11