Skip to content

Commit

Permalink
Fix old import
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Mar 26, 2020
1 parent 9af3bff commit 0e9c6ac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -2,6 +2,7 @@ module.exports = {
globals: {
SCOPE_VERSION: true,
TRANSLATIONS: true,
oc_userconfig: true
},
extends: [
'@nextcloud'
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ all: dev-setup lint stylelint build-js-production test
dev-setup: clean clean-dev npm-init

npm-init:
npm install
npm ci

npm-update:
npm update
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -75,6 +75,7 @@
"file-loader": "^6.0.0",
"gettext-extractor": "^3.5.2",
"gettext-parser": "^4.0.2",
"glob": "^7.1.6",
"iconfont-plugin-webpack": "^1.1.4",
"jest": "^25.1.0",
"jest-environment-jsdom-sixteen": "^1.0.0",
Expand Down
3 changes: 2 additions & 1 deletion styleguide/global.requires.js
@@ -1,4 +1,5 @@
import '@babel/polyfill'
import 'core-js/stable'
import 'regenerator-runtime/runtime'
import Vue from 'vue'
import VTooltip from './../src/directives/Tooltip'

Expand Down

0 comments on commit 0e9c6ac

Please sign in to comment.