This commit is contained in:
Philipp Kunz 2018-09-02 18:09:50 +02:00
parent f67dfa2ad1
commit e98fe56488
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartevent", "name": "@pushrocks/smartevent",
"version": "1.0.1", "version": "2.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartevent", "name": "@pushrocks/smartevent",
"version": "1.0.1", "version": "2.0.0",
"private": false, "private": false,
"description": "handle events in smart ways", "description": "handle events in smart ways",
"main": "dist/index.js", "main": "dist/index.js",
@ -29,4 +29,4 @@
"@pushrocks/tapbundle": "^3.0.5", "@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.9.4" "@types/node": "^10.9.4"
} }
} }