Travis config updates

This commit is contained in:
Denys Vuika
2016-07-06 13:51:19 +01:00
parent a1df4af65e
commit 97d7a588a0
2 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
"posttest": "node_modules/.bin/remap-istanbul -i coverage/report/coverage-final.json -o coverage/report -t html",
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
"prepublish": "npm run build",
"travis": "npm link ng2-alfresco-core"
"travis": "npm link ng2-alfresco-core ng2-alfresco-datatable"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",