Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Jun 24, 2021
1 parent 6bae74c commit d387e66
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "twitter-api",
"name": "@3-shake/twitter-api",
"author": "locona([email protected])",
"version": "0.0.1",
"description": "",
"version": "0.1.0",
"main": "./lib/index.js",
"scripts": {
"build:types": "NODE_ENV=production tsc",
Expand All @@ -14,6 +13,13 @@
"release": "shipjs prepare"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/3-shake/twitter-api.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"./lib/*"
],
Expand Down

0 comments on commit d387e66

Please sign in to comment.