updated package.json

This commit is contained in:
Dolan Miu
2016-05-10 15:26:36 +01:00
parent bf061c6567
commit cc761d20f6

View File

@ -2,10 +2,11 @@
"name": "docx", "name": "docx",
"version": "0.0.0", "version": "0.0.0",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)", "description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/build.js", "main": "build/index.js",
"scripts": { "scripts": {
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests;", "pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
"test": "mocha ./build/tests/**/*Test.js" "test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js",
"prepublish": "tsc ts/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -22,6 +23,9 @@
"lodash": "^4.6.1", "lodash": "^4.6.1",
"xml": "^1.0.1" "xml": "^1.0.1"
}, },
"typescript": {
"definition": "typings/index.d.ts"
},
"author": "Dolan Miu", "author": "Dolan Miu",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {