xslt3-loader
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -13,3 +13,3 @@ const MIN_BABEL_VERSION = 7; | ||
targets: { | ||
node: '10.13.0', | ||
node: 'current', | ||
}, | ||
@@ -16,0 +16,0 @@ }, |
@@ -5,2 +5,7 @@ # Changelog | ||
### [0.0.5](https://github.com/hanshuebner/xslt3-loader/compare/v0.0.4...v0.0.5) (2020-06-13) | ||
Add test. | ||
### [0.0.4](https://github.com/hanshuebner/xslt3-loader/compare/v0.0.3...v0.0.4) (2020-06-13) | ||
@@ -7,0 +12,0 @@ |
"use strict"; | ||
const loader = require('./index'); | ||
const loader = require('./loader'); | ||
module.exports = loader.default; | ||
module.exports.raw = loader.raw; |
{ | ||
"name": "xslt3-loader", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A Webpack loader that compiles XSLT transforms to Saxon's sef format", | ||
@@ -23,3 +23,4 @@ "keywords": [ | ||
"release": "standard-version", | ||
"defaults": "webpack-defaults" | ||
"defaults": "webpack-defaults", | ||
"test": "jest" | ||
}, | ||
@@ -38,10 +39,14 @@ "repository": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/core": "^7.10.2", | ||
"@babel/preset-env": "^7.10.2", | ||
"@webpack-contrib/defaults": "^6.3.0", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^26.0.1", | ||
"cross-env": "^7.0.2", | ||
"del-cli": "^3.0.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"eslint-config-prettier": "^6.11.0", | ||
"jest": "^26.0.1", | ||
"memfs": "^3.2.0", | ||
"standard-version": "^8.0.0", | ||
@@ -48,0 +53,0 @@ "webpack": "^4.43.0" |
@@ -1,4 +0,4 @@ | ||
const loader = require('./index'); | ||
const loader = require('./loader'); | ||
module.exports = loader.default; | ||
module.exports.raw = loader.raw; |
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
7600
15
117
15