moved to es6 module system

This commit is contained in:
Dolan Miu
2016-03-28 00:53:24 +01:00
parent 5c419cd3c4
commit 7a78dacf8c
19 changed files with 19265 additions and 24 deletions

View File

@ -4,8 +4,8 @@
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/build.js",
"scripts": {
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
"test": "mocha ./build/tests/*.js"
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests;",
"test": "mocha ./build/tests/**/*Test.js"
},
"repository": {
"type": "git",
@ -19,6 +19,7 @@
],
"dependencies": {
"archiver": "^0.21.0",
"lodash": "^4.6.1",
"xml": "^1.0.1"
},
"author": "Dolan Miu",