Update config files
Showing
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
... | ... | @@ -6,9 +6,12 @@ |
"scripts": { | ||
"compile": "rm js -rf ; mkdir -p test/spec; mkdir -p js; babel es6 --out-dir js; mv js/test.js test/test.js", | ||
"test:compiled": "mocha", | ||
"lint": "eslint .", | ||
"test": "npm run compile && npm run test:compiled" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.4.0", | ||
"babel-eslint": "^4.1.2", | ||
"babel-preset-es2015": "^6.3.13", | ||
"chai": "^3.4.1", | ||
"docxtemplater": "^2.0.0", | ||
... | ... | @@ -22,11 +25,8 @@ |
"author": "Edgar Hipp", | ||
"license": "MIT", | ||
"dependencies": { | ||
"decaffeinate": "^1.44.12", | ||
"docxtemplater": "^2.0.0", | ||
"jszip": "^2.4.0", | ||
"png-js": "^0.1.1", | ||
"qrcode-reader": "0.0.7", | ||
"xmldom": "0.1.19" | ||
"xmldom": "0.1.21" | ||
} | ||
} |
Please
register
or
sign in
to comment