Skip to content

Commit

Permalink
Revert frontend build script (#614)
Browse files Browse the repository at this point in the history
Close #612
  • Loading branch information
bastienbeurier authored May 2, 2023
1 parent 92a9269 commit 5b9454f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nangohq/frontend",
"version": "0.15.0",
"version": "0.15.1",
"description": "Nango's frontend library for OAuth handling.",
"type": "module",
"main": "dist/index.js",
Expand All @@ -12,10 +12,6 @@
"url": "https://github.com/NangoHQ/nango",
"directory": "packages/frontend"
},
"scripts": {
"build": "tsc --sourceMap",
"postinstall": "npm run build"
},
"license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
"dependencies": {},
"files": [
Expand Down

0 comments on commit 5b9454f

Please sign in to comment.