mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 12:02:32 +00:00
Release 1.0.0-rc3
This commit is contained in:
parent
9f01c84ffc
commit
43c901c1b8
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libp2p-noise",
|
||||
"version": "1.0.0-rc2",
|
||||
"version": "1.0.0-rc3",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"module": "lib/index.js",
|
||||
@ -20,8 +20,8 @@
|
||||
"scripts": {
|
||||
"prebuild": "rm -rf lib && rm -rf dist",
|
||||
"build": "yarn run build:node && yarn run build:web && yarn run build:types",
|
||||
"build:node": "babel --config-file ./babel.config.json src -x .ts -d dist --source-maps",
|
||||
"build:web": "babel --config-file ./babel.web.config.json src -x .ts -d lib --source-maps",
|
||||
"build:node": "babel --config-file ./babel.config.json src --copy-files -x .ts -d dist --source-maps",
|
||||
"build:web": "babel --config-file ./babel.web.config.json src --copy-files -x .ts -d lib --source-maps",
|
||||
"build:types": "tsc --declaration --outDir dist --emitDeclarationOnly",
|
||||
"check-types": "tsc --incremental --noEmit",
|
||||
"lint": "eslint --ext .ts src/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user