Skip to content

Commit

Permalink
modified build script and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanmiu committed Mar 8, 2017
1 parent e10b888 commit 77255c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "docx",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",
"main": "build/index.js",
"scripts": {
"pretest": "rimraf ./build-tests && tsc -p ts/test-tsconfig.json",
"test": "mocha ./build-tests --recursive",
"prepublishOnly": "tsc -p ts",
"lint": "tslint --project ./ts"
"prepublishOnly": "npm run build",
"lint": "tslint --project ./ts",
"build": "rimraf ./build && tsc -p ts"
},
"files": [
"ts",
Expand Down

0 comments on commit 77255c9

Please sign in to comment.