@clef/canvas-tools
Advanced tools
Comparing version 0.2.4 to 1.0.0
{ | ||
"name": "@clef/canvas-tools", | ||
"description": "Tools for working with a DOM canvas", | ||
"version": "0.2.4", | ||
"version": "1.0.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "author": "jessepollak", |
@@ -0,5 +1,6 @@ | ||
var packageJSON = require('./package.json') | ||
module.exports = { | ||
entry: './src/index.js', | ||
// add any external libraries that we require here | ||
externals: [ ], | ||
externals: packageJSON.dependencies ? Object.keys(packageJSON.dependencies) : [], | ||
output: { | ||
@@ -6,0 +7,0 @@ filename: 'lib/index.js', |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12428
1