code-error-fragment
Advanced tools
Comparing version 0.0.226 to 0.0.227
{ | ||
"name": "code-error-fragment", | ||
"version": "0.0.226", | ||
"version": "0.0.227", | ||
"author": "Vlad Trushin", | ||
"description": "Shows code error fragment of input file", | ||
"homepage": "https://github.com/vtrushin/code-error-fragment", | ||
"description": "Shows code error fragment of input file", | ||
"repository": "vtrushin/code-error-fragment", | ||
@@ -15,2 +15,7 @@ "maintainers": [ | ||
], | ||
"keywords": [ | ||
"code-errors", | ||
"error-formatting", | ||
"error-fragment" | ||
], | ||
"main": "build.js", | ||
@@ -25,2 +30,12 @@ "module": "module", | ||
], | ||
"engines": { | ||
"node": ">= 4" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
@@ -41,10 +56,3 @@ "babel-core": "^6.26.0", | ||
}, | ||
"scripts": { | ||
"test": "mocha", | ||
"build": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"pretest": "npm run build", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"license": "MIT" | ||
} |
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
10330
23