postcss-typescale
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "postcss-typescale", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A PostCSS plugin to set type based on a typographic scale.", | ||
"keywords": [ | ||
"postcss", | ||
"css", | ||
"postcss-plugin", | ||
"typographic scale", | ||
"postcss-structure" | ||
], | ||
"keywords": ["postcss", "css", "postcss-plugin", "typographic scale", "postcss-structure"], | ||
"author": "Francois Romain <francoisromain@gmail.com>", | ||
@@ -24,3 +18,3 @@ "license": "MIT", | ||
"build": "babel src --out-dir lib", | ||
"test": "ava && eslint *.js" | ||
"test": "npm run build && ava && eslint *.js" | ||
}, | ||
@@ -54,14 +48,8 @@ "main": "./lib/index.js", | ||
"ava": { | ||
"files": [ | ||
"test/tests.js" | ||
], | ||
"require": [ | ||
"babel-register" | ||
] | ||
"files": ["test/tests.js"], | ||
"require": ["babel-register"] | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"es2015" | ||
] | ||
"presets": ["es2015"] | ||
} | ||
} |
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
8461