This commit is contained in:
Philipp Kunz 2016-07-28 01:25:47 +02:00
parent 7da8703231
commit 09c69f2588

View File

@ -1,9 +1,9 @@
{ {
"name": "smartci", "name": "smartci",
"version": "1.0.0", "version": "1.0.1",
"description": "makes it easy to automate tasks with Continuous Integration", "description": "makes it easy to automate tasks with Continuous Integration",
"main": "dist/index.js", "main": "dist/index.js",
"typings":"dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"
}, },