Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "absurduid", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Javascript function that generates a unique string based on the UNIX timestamp and the runtime.", | ||
"main": "absurdUID.js", | ||
"types": "absurdUID.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc" | ||
}, | ||
@@ -22,2 +24,5 @@ "repository": { | ||
"license": "MIT", | ||
"devDependencies": { | ||
"typescript": "^2.7.2" | ||
}, | ||
"bugs": { | ||
@@ -24,0 +29,0 @@ "url": "https://github.com/TorstenDittmann/absurdUID/issues" |
11378
6
74
1