Skip to content

Commit

Permalink
Add repsoitory field
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Jan 10, 2018
1 parent 1de1b78 commit 841e1a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "postMessage web api based lightweight interframe communication layer",
"main": "lib/interframe.commonjs.js",
"module": "lib/interframe.esmodules.js",
"repository": {
"type": "git",
"url": "https://github.com/sebastian-software/interframe.git"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 841e1a4

Please sign in to comment.