create-mixin
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "create-mixin", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Creates a mixin for use in a class extends expression", | ||
@@ -15,14 +15,21 @@ "repository": "https://github.com/75lb/create-mixin.git", | ||
], | ||
"main": "dist/index.js", | ||
"files": [ | ||
"index.mjs", | ||
"dist/index.js" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "test-runner test.js", | ||
"docs": "jsdoc2md --template README.hbs index.js > README.md" | ||
"docs": "jsdoc2md --template README.hbs index.mjs > README.md", | ||
"dist": "rollup -c dist/index.config.js" | ||
}, | ||
"devDependencies": { | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"test-runner": "^0.5.0" | ||
"rollup": "^0.68.1", | ||
"test-runner": "^0.5.1" | ||
} | ||
} |
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
7477
86
3
6