Skip to content

Commit

Permalink
some upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
strathausen committed Jun 22, 2018
1 parent 72b1ef2 commit 9acb120
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -21,8 +21,8 @@
"build:prod": "browserify src --standalone Dracula --ignore raphael -t babelify --debug | uglifyjs > dist/dracula.min.js",
"pretest": "npm run check",
"prebuild": "npm test",
"test": "mocha --compilers js:babel-register src/**/*.spec.js src/*.spec.js",
"test-watch": "mocha --watch --compilers js:babel-register src/**/*.spec.js src/*.spec.js",
"test": "mocha --require babel-register src/**/*.spec.js src/*.spec.js",
"test-watch": "mocha --watch --require babel-register src/**/*.spec.js src/*.spec.js",
"check": "eslint src/",
"fix": "eslint --fix src/"
},
Expand Down Expand Up @@ -55,25 +55,26 @@
"url": "git://github.com/strathausen/dracula.git"
},
"dependencies": {
"lodash": "^4.14.1",
"uuid": "^3.0.1"
"lodash": "^4.17.10",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-env": "^1.6.1",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "~3.2.0",
"eslint-plugin-import": "^2.12.0",
"mocha": "^5.2.0",
"randomcolor": "^0.4.4",
"raphael": "^2.2.1",
"seedrandom": "^2.4.3",
"sinon": "^1.17.5",
"snapsvg": "^0.4.0",
"uglify-js": "^3.2.0",
"watchify": "^3.7.0"
"uglify-js": "^3.4.1",
"watchify": "^3.11.0"
},
"peerDependencies": {
"raphael": "^2.2.1"
Expand Down

0 comments on commit 9acb120

Please sign in to comment.