Skip to content

Commit

Permalink
Merge pull request #101 from PasteUs/dev
Browse files Browse the repository at this point in the history
fix /usr/usr.js
  • Loading branch information
LucienShui authored Oct 4, 2019
2 parents c9d340a + 8fdebf2 commit 1e505b1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.1",
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.1",
"bootstrap-vue": "^2.0.2",
"clipboard": "^2.0.4",
"core-js": "^2.6.9",
"markdown-it": "^10.0.0",
Expand All @@ -20,7 +20,7 @@
"mermaid": "^8.3.1",
"vue": "^2.6.10",
"vue-cookie": "^1.1.4",
"vue-github-button": "^1.0.8",
"vue-github-button": "^1.1.0",
"vue-i18n": "^8.14.1",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
Expand All @@ -30,7 +30,7 @@
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"acorn": "^7.0.0",
"acorn": "^7.1.0",
"babel-eslint": "^10.0.3",
"compression-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
Expand All @@ -42,7 +42,7 @@
"uslug": "^1.0.4",
"vue-cli-plugin-webpack-bundle-analyzer": "^1.4.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.40.2",
"webpack-bundle-analyzer": "^3.5.0"
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2"
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>">
<% } %>
<link rel="icon" href="https://cdn.jsdelivr.net/gh/PasteUs/[email protected]/pasteme/favicon.ico">
<script async src="<%= BASE_URL %>usr/usr.js"></script>
<script async src="/usr/usr.js"></script>
<% for (var i in
htmlWebpackPlugin.options.cdn&&htmlWebpackPlugin.options.cdn.js) { %>
<script src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
Expand Down

0 comments on commit 1e505b1

Please sign in to comment.