biings-ds
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "biings-ds", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Biings Design System", | ||
"main": "src/styles/bds.css", | ||
"main": "build/bds.css", | ||
"scripts": { | ||
"sass": "sass -I node_modules src/styles/bulma-bds/bulma.sass src/styles/bulma-bds/bulma.css", | ||
"postcss": "postcss --config src/styles/postcss-config.json", | ||
"postcss": "postcss docs/bds.css --config src/styles/postcss.config.js -o build/bds.css", | ||
"styles": "npm run sass && npm run postcss", | ||
@@ -28,7 +28,9 @@ "icons": "grunt", | ||
"contributors": [ | ||
"Frédéric Andreae" | ||
"Frédéric Andreae", | ||
"Malik Guerid" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ForsysInteractive/biings-ds/issues" | ||
"url": "https://github.com/ForsysInteractive/biings-ds/issues", | ||
"email": "info@biings.com" | ||
}, | ||
@@ -38,2 +40,3 @@ "homepage": "https://github.com/ForsysInteractive/biings-ds#readme", | ||
"bulma": "^0.7.1", | ||
"cssnano": "^3.10.0", | ||
"grunt": "~0.4.1", | ||
@@ -48,4 +51,6 @@ "grunt-cli": "^1.2.0", | ||
"postcss": "^6.0.22", | ||
"postcss-cli": "^5.0.0" | ||
"postcss-cli": "^5.0.0", | ||
"postcss-cssnext": "^3.1.0", | ||
"postcss-import": "^11.1.0" | ||
} | ||
} |
module.exports = { | ||
sourceMap: false, | ||
plugins: [ | ||
@@ -3,0 +4,0 @@ require('postcss-import'), |
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
5871351
105
15280
14