Skip to content

Commit

Permalink
node_modules should not be committed. Instead add them as a dependency.
Browse files Browse the repository at this point in the history
This fixes ConnectSDK#77
Fixes "Error: Cannot find module internal/util/types"
and Fixes "Failed to install 'cordova-plugin-connectsdk': Error: Cannot find module 'setimmediate'"
  • Loading branch information
Lindsay-Needs-Sleep committed Aug 19, 2019
1 parent 829e610 commit 2c1958f
Show file tree
Hide file tree
Showing 877 changed files with 8 additions and 120,162 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_STORE
node_modules
/package-lock.json
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
"bugs": {
"url": "https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin/issues"
},
"homepage": "https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin#readme"
"homepage": "https://github.com/ConnectSDK/Connect-SDK-Cordova-Plugin#readme",
"dependencies": {
"q": "1.4.1",
"request": "2.61.0",
"unzip": "0.1.11"
}
}
Loading

0 comments on commit 2c1958f

Please sign in to comment.