Skip to content

Commit

Permalink
add repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Jul 22, 2020
1 parent 067d035 commit 4a6ce1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,6 +40,10 @@
"name": "superjson",
"author": "merelinguist",
"module": "dist/superjson.esm.js",
"repository": {
"type": "git",
"url": "https://github.com/blitz-js/superjson"
},
"devDependencies": {
"husky": "^4.2.5",
"import-sort-style-module": "^6.0.0",
Expand Down

0 comments on commit 4a6ce1e

Please sign in to comment.