upgrade to esm from @std/esm
parent
a623f759f9
commit
15ef940c15
|
@ -1,2 +1,3 @@
|
|||
.env
|
||||
node_modules
|
||||
*.lock
|
||||
|
|
12
package.json
12
package.json
|
@ -7,11 +7,11 @@
|
|||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node -r @std/esm ./test/cmd",
|
||||
"testc": "node -r @std/esm ./test/connect",
|
||||
"testdl": "node -r @std/esm ./test/delete",
|
||||
"tests": "node -r @std/esm ./test/scan",
|
||||
"testdi": "node -r @std/esm ./test/disconnect"
|
||||
"test": "node -r esm./test/cmd",
|
||||
"testc": "node -r esm./test/connect",
|
||||
"testdl": "node -r esm./test/delete",
|
||||
"tests": "node -r esm./test/scan",
|
||||
"testdi": "node -r esm./test/disconnect"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -30,6 +30,6 @@
|
|||
"@uci/try-catch": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@std/esm": "^0.26.0"
|
||||
"esm": "^3.0.21"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "@uci/wifi",
|
||||
"version": "0.0.2",
|
||||
"description": "Node wrapper for nmcli",
|
||||
"main": "src",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node -r @std/esm ./test/cmd",
|
||||
"testc": "node -r @std/esm ./test/connect",
|
||||
"tests": "node -r @std/esm ./test/scan",
|
||||
"testd": "node -r @std/esm ./test/disconnect"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/xxx.git"
|
||||
},
|
||||
"keywords": [
|
||||
"wifi",
|
||||
"multiplatform"
|
||||
],
|
||||
"author": "Thibault Friedrich",
|
||||
"license": "LGPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/friedrith/node-wifi/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@uci/try-catch": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@std/esm": "^0.26.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue