added ci and tests

This commit is contained in:
2017-04-12 11:38:52 +02:00
parent f392c41263
commit a079308d44
22 changed files with 2501 additions and 4 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "status information in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@@ -15,5 +16,8 @@
"bugs": {
"url": "https://gitlab.com/pkunz/smartstatus/issues"
},
"homepage": "https://gitlab.com/pkunz/smartstatus#README"
"homepage": "https://gitlab.com/pkunz/smartstatus#README",
"devDependencies": {
"tapbundle": "^1.0.5"
}
}