Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "isoly", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Datatypes and functions specified by ISO-standards.", | ||
"author": "Certitrade", | ||
"author": "PayFunc", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/certitrade/isoly" | ||
"url": "git+https://github.com/payfunc/isoly" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/certitrade/isoly/issues" | ||
"url": "https://github.com/payfunc/isoly/issues" | ||
}, | ||
"homepage": "https://github.com/certitrade/isoly#readme", | ||
"homepage": "https://github.com/payfunc/isoly#readme", | ||
"private": false, | ||
@@ -55,12 +55,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^11.11.4", | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^12.0.10", | ||
"babel-core": "^6.26.3", | ||
"babel-jest": "^24.5.0", | ||
"babel-jest": "^24.8.0", | ||
"jest": "^24", | ||
"ts-jest": "^24.0.0", | ||
"typescript": "^3.3.4000", | ||
"typescript-tslint-plugin": "^0.2.1", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.2", | ||
"typescript-tslint-plugin": "^0.5.2", | ||
"watch": "^1.0.2" | ||
} | ||
} |
760774