Skip to content

Commit

Permalink
feat: add qrious package
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 2, 2019
1 parent 245d544 commit b5e534a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export const globals = {
dayjs: 'dayjs',
lodash: '_',
moment:'moment',
qrious:'QRious',
react: 'React',
'react-dom': 'ReactDOM',
'react-router': 'ReactRouter',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umd-globals",
"version": "0.1.1",
"version": "0.1.2",
"description": "Union collections of umd globals mappings.",
"repository": "git@github.com:JounQin/umd-globals.git",
"author": "JounQin <admin@1stg.me>",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2139,9 +2139,9 @@ dot-prop@^3.0.0:
is-obj "^1.0.0"

electron-to-chromium@^1.3.247:
version "1.3.249"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.249.tgz#14173f53c046c738198b04e38154ed4fbb309515"
integrity sha512-BSNKVkF67cfgwCOJD3/eyIFi001+8mRoazPJYZRpxxtabToCDCef1vhZMDjA6CPfAdgOI0QMOiGLELgJVYP76Q==
version "1.3.250"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.250.tgz#1f383c16aeb75e7bddbd6a0491237eca81b2cb1f"
integrity sha512-2OAU91iUw83QvzuWJPfT+FMj+O+DC1EyTx1QBFcc9WZzOQSfZEAWINpdLWElxkgfiqTvQRDOKg0DkMZd9QoNug==

elegant-spinner@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit b5e534a

Please sign in to comment.