Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "drawable", | ||
"version": "0.2.0", | ||
"description": | ||
"A way to make styling canvas elements like text and images nicer", | ||
"version": "0.2.1", | ||
"description": "A way to make styling canvas elements like text and images nicer", | ||
"main": "dist/index.js", | ||
@@ -10,3 +9,3 @@ "author": "Jacob Lowe", | ||
"scripts": { | ||
"build": "babel src --out-dir dist", | ||
"build": "rm -rf dist && babel src --out-dir dist", | ||
"watch": "babel src --out-dir dist --watch", | ||
@@ -24,4 +23,8 @@ "test": "npm run build && ava tests/*.test.js", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | ||
"mock-require": "^2.0.2" | ||
} | ||
"mock-require": "^2.0.2", | ||
"nyc": "^11.2.1" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
13989
5
6
228
1