Skip to content

Commit

Permalink
Add npm ignore and remove some package from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mardafirmansyah committed Jul 7, 2019
1 parent 88fb4d9 commit 6d1ba92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
node_modules/
dist/
package-lock.json
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "zegraph",
"name": "@zenofa/zegraph",
"version": "1.0.0",
"description": "Zenofa GraphQL Framework",
"main": "./dist/server.js",
Expand Down Expand Up @@ -27,7 +27,6 @@
"@types/lodash": "^4.14.123",
"@types/moment": "^2.13.0",
"@types/qs": "^6.5.3",
"@zenofa/tokopedia": "^1.0.4",
"apollo-server-express": "^2.4.8",
"argon2": "^0.23.0",
"axios": "^0.19.0",
Expand Down

0 comments on commit 6d1ba92

Please sign in to comment.