Skip to content

Commit

Permalink
Merge pull request #30 from advoor/updates
Browse files Browse the repository at this point in the history
Update mix to v4 and update dependencies
  • Loading branch information
advoor authored Oct 26, 2019
2 parents cc0e1d8 + 3e6e7d8 commit 2456bae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/css/field.css

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

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/field.js": "/js/field.js",
"/css/field.css": "/css/field.css"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@editorjs/delimiter": "^1.1.0",
"@editorjs/editorjs": "^2.15.1",
"@editorjs/embed": "^2.2.1",
"@editorjs/header": "^2.3.0",
"@editorjs/image": "^2.3.1",
"@editorjs/header": "^2.3.1",
"@editorjs/image": "^2.3.3",
"@editorjs/inline-code": "^1.3.0",
"@editorjs/link": "^2.1.3",
"@editorjs/list": "^1.4.0",
Expand All @@ -25,7 +25,7 @@
"@editorjs/raw": "^2.1.1",
"@editorjs/table": "^1.2.0",
"cross-env": "^5.2.1",
"laravel-mix": "^1.0",
"laravel-mix": "^4.0",
"laravel-nova": "^1.0.9"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions resources/js/field.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Nova.booting((Vue, router, store) => {
Vue.component('index-nova-editor-js', require('./components/IndexField'))
Vue.component('detail-nova-editor-js', require('./components/DetailField'))
Vue.component('form-nova-editor-js', require('./components/FormField'))
Vue.component('index-nova-editor-js', require('./components/IndexField').default)
Vue.component('detail-nova-editor-js', require('./components/DetailField').default)
Vue.component('form-nova-editor-js', require('./components/FormField').default)
})

0 comments on commit 2456bae

Please sign in to comment.