Skip to content

Commit

Permalink
fix: login without reload (verdaccio#678) (verdaccio#679) (verdaccio#914
Browse files Browse the repository at this point in the history
)

* fix: login without reload (verdaccio#678) (verdaccio#679)

* fix: implements code review suggestions (verdaccio#914)

* refactor: adds scope to the app

* refactor: handles null value from localstorage for username

* refactor: removes text type from <Input />

* refactor: replaces isNull with isNil

* refactor: improves makeLogin method

* refactor: adds error from api constant

* fix: updates error using API_ERROR constant in tests

* refactor: updates regex for moduleMapper in jest config
  • Loading branch information
ayusharma authored and paulbrimicombe committed Aug 23, 2018
1 parent 3fbc2b9 commit a48b90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"babel-eslint": "8.2.6",
"babel-jest": "23.4.0",
"babel-loader": "7.1.5",
"babel-plugin-dynamic-import-node": "2.0.0",
"babel-plugin-flow-runtime": "0.17.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-async-to-generator": "6.24.1",
Expand All @@ -77,8 +78,8 @@
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"bundlesize": "0.17.0",
"cross-env": "5.1.4",
"codecov": "3.0.4",
"cross-env": "5.1.4",
"css-loader": "0.28.10",
"element-react": "1.4.8",
"element-theme-default": "1.4.13",
Expand Down

0 comments on commit a48b90e

Please sign in to comment.