@banterstudiosuk/prettier-config
Advanced tools
Comparing version 0.1.1 to 0.2.0
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -8,2 +10,2 @@ semi: true, | ||
printWidth: 100 | ||
}; | ||
}; |
{ | ||
"name": "@banterstudiosuk/prettier-config", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Prettier config", | ||
@@ -13,2 +13,3 @@ "keywords": [ | ||
"main": "lib/index.js", | ||
"module": "src/index.js", | ||
"directories": { | ||
@@ -28,3 +29,3 @@ "lib": "lib" | ||
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
"build": "npx babel --root-mode upward src --out-dir lib --ignore \"src/*.spec.js\"" | ||
}, | ||
@@ -34,3 +35,3 @@ "bugs": { | ||
}, | ||
"gitHead": "933b9137077f757daa4552d9b8f234b05ea3508c" | ||
"gitHead": "6ce2436395d29795cc540886319f7684b9fabc4c" | ||
} |
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
2358