mirror of
https://github.com/urbit/nockjs.git
synced 2025-01-09 01:19:04 +03:00
ops: update package
This commit is contained in:
parent
caccfe2bbe
commit
d01c0cac1e
16
package.json
16
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@urbit/nockjs",
|
"name": "@urbit/nockjs",
|
||||||
"version": "1.2.0",
|
"version": "1.4.0-dev1",
|
||||||
"description": "Javascript urbit runtime",
|
"description": "Javascript urbit runtime",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
@ -43,5 +43,19 @@
|
|||||||
"dts-cli": "^2.0.3",
|
"dts-cli": "^2.0.3",
|
||||||
"jest": "^29.5.0",
|
"jest": "^29.5.0",
|
||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
|
},
|
||||||
|
"browserslist": {
|
||||||
|
"production": [
|
||||||
|
"chrome >= 67",
|
||||||
|
"edge >= 79",
|
||||||
|
"firefox >= 68",
|
||||||
|
"opera >= 54",
|
||||||
|
"safari >= 14"
|
||||||
|
],
|
||||||
|
"development": [
|
||||||
|
"last 1 chrome version",
|
||||||
|
"last 1 firefox version",
|
||||||
|
"last 1 safari version"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
7478
pnpm-lock.yaml
generated
Normal file
7478
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user