Skip to content

Commit

Permalink
Rename package for distribution to NPM and bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zandor300 committed Jul 27, 2021
1 parent e63fc7c commit bd3fca6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apple-mapkitjs",
"version": "0.2.5",
"name": "@zandor300/react-apple-mapkitjs",
"version": "0.3.0",
"description": "A react wrapper for apple mapkit.js",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/tonyduanesmith/react-apple-mapkitjs"
"url": "https://github.com/Zandor300/react-apple-mapkitjs"
}
}

0 comments on commit bd3fca6

Please sign in to comment.