Skip to content

Commit

Permalink
fix: 🐛 build (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassilah committed Dec 10, 2020
1 parent 21fc73d commit 191567a
Show file tree
Hide file tree
Showing 4 changed files with 822 additions and 284 deletions.
3 changes: 2 additions & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"commit": "git-cz",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
Expand All @@ -13,14 +14,15 @@
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"acorn": "^6.4.2",
"cross-env": "^5.0.0",
"laravel-mix": "^4.1.2",
"acorn": "^8.0.4",
"cross-env": "^7.0.3",
"git-cz": "^4.7.6",
"laravel-mix": "^5.0.9",
"laravel-nova": "^1.6.0",
"laravel-vapor": "^0.4.1",
"minimist": "^1.2.2",
"resolve-url-loader": "^3.1.2",
"serialize-javascript": "^2.1.1",
"serialize-javascript": "^5.0.1",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 191567a

Please sign in to comment.