Fix for issue with null tags
Showing
This diff is collapsed.
Click to expand it.
examples/expectedNoImage.docx
0 → 100644
File added
... | @@ -4,18 +4,19 @@ | ... | @@ -4,18 +4,19 @@ |
"description": "Image Module for docxtemplater v1.0", | "description": "Image Module for docxtemplater v1.0", | ||
"main": "js/index.js", | "main": "js/index.js", | ||
"scripts": { | "scripts": { | ||
"compile": "rm js -rf ; mkdir -p test/spec; mkdir -p js; babel es6 --out-dir js; mv js/test.js test/test.js", | "compile": "rm js -rf ; mkdir -p test/spec; mkdir -p js; babel es6 --out-dir js", | ||
"test:compiled": "mocha", | "test:compiled": "mocha js/test.js", | ||
"test:es6": "mocha es6/test.js", | |||
"lint": "eslint .", | "lint": "eslint .", | ||
"test": "npm run compile && npm run test:compiled" | "test": "npm run compile && npm run test:compiled" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"babel-cli": "^6.4.0", | "babel-cli": "^6.7.5", | ||
"babel-eslint": "^4.1.2", | "babel-eslint": "^6.0.2", | ||
"babel-preset-es2015": "^6.3.13", | "babel-preset-es2015": "^6.3.13", | ||
"chai": "^3.4.1", | "chai": "^3.4.1", | ||
"docxtemplater": "^2.0.0", | "docxtemplater": "^2.1.0", | ||
"eslint": "^1.10.3", | "eslint": "^2.7.0", | ||
"mocha": "^2.4.5" | "mocha": "^2.4.5" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -25,8 +26,9 @@ | ... | @@ -25,8 +26,9 @@ |
"author": "Edgar Hipp", | "author": "Edgar Hipp", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"eslint": "^2.7.0", | |||
"png-js": "^0.1.1", | "png-js": "^0.1.1", | ||
"qrcode-reader": "0.0.7", | "qrcode-reader": "^0.1.1", | ||
"xmldom": "0.1.21" | "xmldom": "^0.1.22" | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment