Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Mar 14, 2024
1 parent 9b9d997 commit f165b91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Thank you to our sponsors:

[MIT](./LICENSE)

Copyright (c) 2016-2021 Eugene Hauptmann
Copyright (c) 2016-2024 Eugene Hauptmann
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-uuid",
"version": "2.0.1",
"version": "2.0.2",
"description": "react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,6 +10,7 @@
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "ts-jest",
"docs": "typedoc ./src --entryDocument .",
"prettier:write": "npx prettier --write **/*.{js,jsx,ts,tsx,json} && npx prettier --write *.{js,jsx,ts,tsx,json}",
Expand Down

0 comments on commit f165b91

Please sign in to comment.