Skip to content

Commit e9d07f0

Browse files
committed
Merge branch 'develop'
2 parents aa1ae8d + d96d672 commit e9d07f0

File tree

3 files changed

+28
-78
lines changed

3 files changed

+28
-78
lines changed

config/webpack/default.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
// Don't include the dependencies to keep built bundle small,
33
// they will be provided by the app using this lib
44
externals: [
5-
'auth0-js',
65
'qs',
76
'lodash',
87
'le_node',

package-lock.json

+26-75
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "0.3.2",
34+
"version": "0.3.3",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"isomorphic-fetch": "^2.2.1",
@@ -47,7 +47,7 @@
4747
"redux-actions": "^2.4.0",
4848
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#dev",
4949
"to-capital-case": "^1.0.0",
50-
"topcoder-react-utils": "^0.6.3"
50+
"topcoder-react-utils": "^0.6.4"
5151
},
5252
"devDependencies": {
5353
"autoprefixer": "^8.6.3",

0 commit comments

Comments
 (0)