Upakovka v Electron.JS no po staroy sborke cherez .cjs
This commit is contained in:
12
node_modules/universalify/package.json
generated
vendored
12
node_modules/universalify/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "universalify",
|
||||
"version": "2.0.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Make a callback- or promise-based function support both promises and callbacks.",
|
||||
"keywords": [
|
||||
"callback",
|
||||
@@ -19,16 +19,16 @@
|
||||
"url": "git+https://github.com/RyanZim/universalify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "standard && nyc --reporter text --reporter lcovonly tape test/*.js | colortape"
|
||||
"test": "standard && nyc tape test/*.js | colortape"
|
||||
},
|
||||
"devDependencies": {
|
||||
"colortape": "^0.1.2",
|
||||
"coveralls": "^3.0.1",
|
||||
"nyc": "^15.0.0",
|
||||
"standard": "^14.3.1",
|
||||
"tape": "^5.0.1"
|
||||
"nyc": "^10.2.0",
|
||||
"standard": "^10.0.1",
|
||||
"tape": "^4.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
"node": ">= 4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user