diff options
| author | Indrajith K L | 2018-03-23 17:15:07 +0530 | 
|---|---|---|
| committer | GitHub | 2018-03-23 17:15:07 +0530 | 
| commit | 1a7679638fa7f83d58de1e2af57d8f055583a5a5 (patch) | |
| tree | 70e5de7a8979a80a5674e3ebddf66b79c51d275e | |
| parent | 2249a5f79ff44773f6e1774028861e130d8fe77f (diff) | |
| parent | 3a0e084b1ca49f7f4702a88fccc4d51c9a5d5d8a (diff) | |
| download | es6-backbone-1a7679638fa7f83d58de1e2af57d8f055583a5a5.tar.gz es6-backbone-1a7679638fa7f83d58de1e2af57d8f055583a5a5.tar.bz2 es6-backbone-1a7679638fa7f83d58de1e2af57d8f055583a5a5.zip | |
Greenkeeper/initial
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 10 | 
2 files changed, 7 insertions, 5 deletions
| @@ -1 +1,3 @@  # ES6-backbone + +[](https://greenkeeper.io/) diff --git a/package.json b/package.json index a85476f..00c2341 100644 --- a/package.json +++ b/package.json @@ -20,14 +20,14 @@      "babel-core": "^6.26.0",      "babel-loader": "^7.1.2",      "babel-preset-es2015": "^6.24.1", -    "eslint": "^3.5.0", -    "eslint-watch": "^2.1.14", +    "eslint": "^4.19.1", +    "eslint-watch": "^3.1.3",      "npm-run-all": "^4.0.2", -    "webpack": "^3.8.1", -    "webpack-dev-server": "^2.9.3" +    "webpack": "^4.2.0", +    "webpack-dev-server": "^3.1.1"    },    "dependencies": { -    "axios": "^0.17.0", +    "axios": "^0.18.0",      "backbone": "^1.3.3",      "html-loader": "^0.5.1",      "jquery": "^3.2.1", | 
