mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-12-21 23:16:24 +00:00
moved to yarn & updated deps
This commit is contained in:
parent
7b73034b1b
commit
3e19c8242d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
yarn.lock
|
||||||
lib
|
lib
|
||||||
|
|
||||||
.idea
|
.idea
|
17
package.json
17
package.json
@ -1,21 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "uhrwerk",
|
"name": "uhrwerk",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"description": "time utility",
|
"description": "time utility",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"test": "npm run build && mocha",
|
"test": "yarn run build && mocha",
|
||||||
"prepublish": "npm run test"
|
"prepublishOnly": "npm run test"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"time"
|
"time",
|
||||||
|
"interval",
|
||||||
|
"humand-readable",
|
||||||
|
"utility"
|
||||||
],
|
],
|
||||||
"author": "Niccolo Borgioli",
|
"author": "Niccolo Borgioli",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "^6",
|
"mocha": "6.x",
|
||||||
"typescript": "^3.3"
|
"typescript": "3.x"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user