We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f096324 commit e4dd355Copy full SHA for e4dd355
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
if: github.ref == 'refs/heads/master'
49
with:
50
token: ${{ secrets.NPM_TOKEN }}
51
- package: build/package.json
+ package: package.json
52
# don't try and deploy if versions haven't changed
53
check-version: true
54
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "drand-client",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "A client to the drand randomness beacon network.",
5
"source": "lib/index.ts",
6
"main": "./build/cjs/index.js",
@@ -20,7 +20,9 @@
20
},
21
"files": [
22
"build",
23
- "lib"
+ "lib",
24
+ "LICENSE",
25
+ "README.md"
26
],
27
"scripts": {
28
"clean": "rm -rf ./build/* && rm -rf lib/version.ts",
0 commit comments