Skip to content

Commit

Permalink
Merge pull request #76 from jgdovin/#57-update-ava
Browse files Browse the repository at this point in the history
Update to latest ava and eslint-plugin-ava
  • Loading branch information
catdad authored Oct 3, 2019
2 parents 4b607c4 + 319f9d3 commit 1eb4240
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-confetti",
"version": "0.4.1",
"version": "0.4.2",
"description": "performant confetti animation in the browser",
"main": "src/confetti.js",
"module": "dist/confetti.module.mjs",
Expand All @@ -9,7 +9,7 @@
"build": "node build/build.js",
"browserify": "browserify --entry src/confetti.js --outfile temp/confetti.bundle.js --standalone confetti",
"pretest": "npm run build -s && npm run browserify -s",
"test": "ava test/**/*.test.js",
"test": "cd test && ava",
"lint": "eslint src/**/*.js test/**/*.js build/**/*.js",
"dev": "static-server --port 9001",
"devtest": "cross-env CONFETTI_SHOW=1 npm test",
Expand All @@ -27,12 +27,12 @@
},
"homepage": "https://github.com/catdad/canvas-confetti#readme",
"devDependencies": {
"ava": "^0.25.0",
"ava": "2.4.0",
"babel-eslint": "^8.2.1",
"browserify": "^15.2.0",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-plugin-ava": "^4.5.0",
"eslint-plugin-ava": "9.0.0",
"jimp": "^0.2.28",
"puppeteer": "^1.0.0",
"rootrequire": "^1.0.0",
Expand Down

0 comments on commit 1eb4240

Please sign in to comment.