Skip to content

Commit

Permalink
Add repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dforsber committed May 11, 2020
1 parent 83eff31 commit 97d6401
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
{
"name": "@dforsber/s3-selectable",
"version": "0.0.11",
"version": "0.0.12",
"description": "S3 Select over Glue Table",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Dan Forsberg",
"author": "dforsber",
"license": "MIT",
"private": false,
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "https://github.com/dforsber/s3-selectable"
},
"keywords": [
"S3",
"Glue Table"
],
"scripts": {
"prepublish": "rm -f dist/*.test.*",
"prebuild": "yarn install --frozen-lockfile",
Expand Down

0 comments on commit 97d6401

Please sign in to comment.