Release 1.0.0-rc3

This commit is contained in:
Marin Petrunić 2020-02-07 17:20:29 +01:00
parent 9f01c84ffc
commit 43c901c1b8
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -1,6 +1,6 @@
{ {
"name": "libp2p-noise", "name": "libp2p-noise",
"version": "1.0.0-rc2", "version": "1.0.0-rc3",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"module": "lib/index.js", "module": "lib/index.js",
@ -20,8 +20,8 @@
"scripts": { "scripts": {
"prebuild": "rm -rf lib && rm -rf dist", "prebuild": "rm -rf lib && rm -rf dist",
"build": "yarn run build:node && yarn run build:web && yarn run build:types", "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: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 -x .ts -d lib --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", "build:types": "tsc --declaration --outDir dist --emitDeclarationOnly",
"check-types": "tsc --incremental --noEmit", "check-types": "tsc --incremental --noEmit",
"lint": "eslint --ext .ts src/", "lint": "eslint --ext .ts src/",