This commit is contained in:
Philipp Kunz 2018-07-25 16:58:18 +02:00
parent 5dd182d421
commit 516c0c21de
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartinteract", "name": "smartinteract",
"version": "1.0.10", "version": "2.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/smartinteract", "name": "@pushrocks/smartinteract",
"private": false, "private": false,
"version": "1.0.10", "version": "2.0.0",
"description": "smart cli interaction", "description": "smart cli interaction",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -34,4 +34,4 @@
"@gitzone/tsrun": "^1.1.9", "@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1" "@pushrocks/tapbundle": "^3.0.1"
} }
} }