ndla-article-scripts
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "ndla-article-scripts", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A collection of functions for making article content responsive (and interactive)", | ||
@@ -11,4 +11,4 @@ "license": "GPL-3.0", | ||
"build": "npm run build:commonjs && npm run build:es", | ||
"build:commonjs": "$(cd ..; npm bin)/cross-env BABEL_ENV=commonjs $(cd ..; npm bin)/babel src --out-dir lib --ignore __tests__", | ||
"build:es": "$(cd ..; npm bin)/cross-env BABEL_ENV=es $(cd ..; npm bin)/babel src --out-dir es --ignore __tests__", | ||
"build:commonjs": "$(cd ..; npm bin)/cross-env BABEL_ENV=commonjs $(cd ..; npm bin)/babel src --quiet --out-dir lib --ignore __tests__", | ||
"build:es": "$(cd ..; npm bin)/cross-env BABEL_ENV=es $(cd ..; npm bin)/babel src --quiet --out-dir es --ignore __tests__", | ||
"clean": "$(cd ..; npm bin)/rimraf lib es", | ||
@@ -31,7 +31,7 @@ "test": "$(cd ..; npm bin)/jest", | ||
"peerDependencies": { | ||
"ndla-util": "^0.1.6" | ||
"ndla-util": "^0.1.7" | ||
}, | ||
"devDependencies": { | ||
"ndla-util": "^0.1.6" | ||
"ndla-util": "^0.1.7" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20007
0