-
- Downloads
changed JsInteger to JsNumber (JsInteger is gone in neon 0.1.21)
parent
f0546226
Branches feature/typescript-wrappers
No related tags found
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
"author": "nanocryk <nanocryk@gmail.com>", | "author": "nanocryk <nanocryk@gmail.com>", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"dependencies": { | "dependencies": { | ||
"neon-cli": "^0.1.20", | "neon-cli": "^0.1.21", | ||
"aws-sdk": "2.2.43", | "aws-sdk": "2.2.43", | ||
"mocha": "2.2.5", | "mocha": "2.2.5", | ||
"should": "8.1.1" | "should": "8.1.1" | ||
... | ... |
Please register or sign in to comment