version bump and version updates

This commit is contained in:
cupcakearmy 2019-09-09 12:10:23 +02:00
parent f7f0c70e99
commit faca4fbac1
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "memiens",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
@ -21,12 +21,12 @@
},
"homepage": "https://github.com/CupCakeArmy/memiens#readme",
"dependencies": {
"yaml": "^1"
"yaml": "1"
},
"devDependencies": {
"@types/node": "^11",
"@types/yaml": "^1",
"mocha": "^6",
"typescript": "^3"
"@types/node": "latest",
"@types/yaml": "1",
"mocha": "6",
"typescript": "3.6"
}
}