Skip to content

Commit

Permalink
feat(completed implementation): complete the implementation and kick …
Browse files Browse the repository at this point in the history
…off a build to release

I think we're all done fighting with GitHub Actions, and this should just make the magic happen.
  • Loading branch information
RobertFischer committed Jul 15, 2020
1 parent c37bd22 commit 416c9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "randombytes-pure",
"version": "3.5.4",
"version": "4.0.0",
"description": "JS-only implementation of randomBytes, intended for use with React Native and other limited runtimes",
"main": "./dist/index.js",
"repository": "github:RobertFischer/randombytes-pure",
Expand All @@ -9,7 +9,7 @@
"build": "yarn test && tsc --project tsconfig.json",
"release": "yarn build && semantic-release",
"head:checkCommit": "commitlint --from=HEAD~1",
"pretty": "prettier --insert-pragma --write ./*.ts ./*.js ./*.md ./*.json"
"pretty": "prettier --insert-pragma --write ./*.ts ./*.js ./*.md"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 416c9b0

Please sign in to comment.