Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
v.0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Oct 18, 2017
1 parent 126ac44 commit c29a07d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion dist/simplert.bundle.js

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

53 changes: 26 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-simplert",
"description": "Vue 2 Alert Component (SweetAlert Inspired)",
"version": "0.5.6",
"version": "0.5.7",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue2-simplert/",
Expand Down Expand Up @@ -35,7 +35,7 @@
"main": "./src/main-dist.js",
"files": [
"dist/simplert.umd.js",
"dist/simplert.umd.js.map",
"dist/simplert.umd.js.gz",
"dist/simplert.bundle.js",
"dist/simplert.bundle.js.map",
"src/main-dist.js",
Expand All @@ -44,36 +44,35 @@
"src/simplert.es5.js"
],
"devDependencies": {
"autoprefixer": "^7.1.4",
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chalk": "^2.1.0",
"chromedriver": "^2.32.2",
"compression": "^1.7.0",
"compression-webpack-plugin": "^1.0.0",
"chalk": "^2.2.0",
"compression": "^1.7.1",
"compression-webpack-plugin": "^1.0.1",
"concat-files": "^0.1.1",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^5.0.5",
"connect-history-api-fallback": "^1.4.0",
"cross-env": "^5.1.0",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.1",
"html-webpack-plugin": "^2.30.1",
Expand All @@ -86,31 +85,31 @@
"karma-sinon-chai": "^1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.4",
"lolex": "^2.1.2",
"mocha": "^3.5.2",
"karma-webpack": "^2.0.5",
"lolex": "^2.1.3",
"mocha": "^4.0.1",
"nightwatch": "^0.9.16",
"node-sass": "^4.5.3",
"opn": "^5.1.0",
"ora": "^1.3.0",
"phantomjs-prebuilt": "^2.1.15",
"sass-loader": "^6.0.6",
"selenium-server": "^3.5.3",
"selenium-server": "^3.6.0",
"semver": "^5.4.1",
"shelljs": "^0.7.8",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"url-loader": "^0.5.9",
"sinon": "^4.0.1",
"sinon-chai": "^2.14.0",
"url-loader": "^0.6.2",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-resource": "^1.3.4",
"vue-router": "^2.7.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.6",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-hot-middleware": "^2.20.0",
"webpack-merge": "^4.1.0",
"webpack-shell-plugin": "^0.5.0"
}
Expand Down

0 comments on commit c29a07d

Please sign in to comment.