html-template-tag
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "html-template-tag", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "ES6 Tagged Template for compiling HTML template strings.", | ||
"main": "dist/index.js", | ||
"jsnext:main": "src/index.js", | ||
"module": "src/index.js", | ||
"scripts": { | ||
@@ -14,4 +15,4 @@ "prebuild": "npm run clean", | ||
"coverage:report": "cat ./coverage/lcov.info | codecov", | ||
"test": "istanbul cover -x *.test.js _mocha -- -R spec --compilers js:babel/register", | ||
"test:watch": "mocha -w --compilers js:babel/register", | ||
"test": "istanbul cover -x *.test.js _mocha -- -R spec --require babel/register", | ||
"test:watch": "mocha -w --require babel/register", | ||
"preversion": "npm run test && npm run coverage:check", | ||
@@ -43,3 +44,3 @@ "version": "npm run build && git add -A dist", | ||
"istanbul": "^0.4.0", | ||
"mocha": "^2.3.3", | ||
"mocha": "^6.0.2", | ||
"uglify-js": "^2.5.0" | ||
@@ -46,0 +47,0 @@ }, |
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
8863