This commit is contained in:
kaj van schalkwijk
2023-02-15 19:54:49 +01:00
parent 0403dee3ed
commit bd6b6407e1
3 changed files with 6 additions and 7 deletions
+4 -4
View File
@@ -1,12 +1,12 @@
{
"name": "time-convert",
"version": "1.0.0",
"description": "",
"name": "timestringtonumber",
"version": "1.0.2",
"description": "generetes a number from a time string",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"author": "kaj van schalkwijk",
"license": "ISC"
}