Skip to content

Commit f165b91

Browse files
committed
2.0.2
1 parent 9b9d997 commit f165b91

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ Thank you to our sponsors:
6464

6565
[MIT](./LICENSE)
6666

67-
Copyright (c) 2016-2021 Eugene Hauptmann
67+
Copyright (c) 2016-2024 Eugene Hauptmann

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-uuid",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "react-native-uuid is a zero-dependency TypeScript implementation of RFC4122.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,6 +10,7 @@
1010
},
1111
"scripts": {
1212
"build": "tsc",
13+
"prepublishOnly": "npm run build",
1314
"test": "ts-jest",
1415
"docs": "typedoc ./src --entryDocument .",
1516
"prettier:write": "npx prettier --write **/*.{js,jsx,ts,tsx,json} && npx prettier --write *.{js,jsx,ts,tsx,json}",

0 commit comments

Comments
 (0)