postcss-typescale
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "postcss-typescale", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A PostCSS plugin to set type based on a typographic scale.", | ||
@@ -22,6 +22,2 @@ "keywords": [ | ||
"homepage": "http://francoisromain.github.io/postcss-typescale/", | ||
"scripts": { | ||
"build": "babel src --out-dir lib", | ||
"test": "npm run build && ava && eslint '**/*.js'" | ||
}, | ||
"main": "./lib/index.js", | ||
@@ -31,36 +27,2 @@ "peerDependencies": { | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/register": "^7.12.10", | ||
"ava": "^3.15.0", | ||
"eslint": "^7.17.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-react": "^7.22.0" | ||
}, | ||
"prettier": { | ||
"singleQuote": true | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"airbnb", | ||
"prettier" | ||
], | ||
"plugins": [ | ||
"prettier" | ||
], | ||
"rules": { | ||
"no-param-reassign": [ | ||
"error", | ||
{ | ||
"props": false | ||
} | ||
] | ||
} | ||
}, | ||
"ava": { | ||
@@ -67,0 +29,0 @@ "files": [ |
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
0
7601
6