@henris/typography
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@henris/typography", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Grid module for Henri's", | ||
"main": "index.scss", | ||
"scripts": { | ||
"test": "npm run test" | ||
"test": "npm run test:sass && npm run test:node-sass", | ||
"test:sass": "sass test/index.scss dist/test/sass/index.css", | ||
"test:node-sass": "node-sass test/index.scss dist/test/node-sass/index.css", | ||
"build": "npm run build:sass && npm run build:node-sass", | ||
"build:sass": "sass index.scss dist/sass/index.css", | ||
"build:node-sass": "node-sass index.scss dist/node-sass/index.css", | ||
"prepublishOnly": "npm run test && npm run build" | ||
}, | ||
@@ -24,3 +30,8 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/henris-style/typography#readme" | ||
"homepage": "https://github.com/henris-style/typography#readme", | ||
"devDependencies": { | ||
"node-sass": "^4.11.0", | ||
"sass": "^1.17.0", | ||
"sass-true": "^4.0.0" | ||
} | ||
} |
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
1203
4
3