Skip to content

Commit

Permalink
update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Aug 2, 2019
1 parent 62831b8 commit 5f524fc
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 37 deletions.
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ var myUniqueId = 1;
},

/**
* Set the wrapper classes.
* Set the container classes.
*
* @type String
*/
Expand Down
2 changes: 1 addition & 1 deletion example/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/index.js": "/index.js?id=ad7b8d4944a8f079b5a3",
"/index.js.map": "/index.js.map?id=8c2d8ad5aaef138c6996"
"/index.js.map": "/index.js.map?id=19d02234de31f6b15dc7"
}
176 changes: 146 additions & 30 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue": ">=2.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"babel-eslint": "^10.0.2",
"bootstrap": "^4.3.1",
Expand All @@ -49,13 +49,13 @@
"eslint-config-prettier": "^4.3.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^3.0.1",
"jquery": "^3.4.1",
"laravel-mix": "^4.1.2",
"vue": "^2.6.10",
"vue-loader": "^15.6.4",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.7"
}
}

0 comments on commit 5f524fc

Please sign in to comment.