From 319f9d3d6bd6a72e73f9071a30eccf128e098a32 Mon Sep 17 00:00:00 2001 From: Josh Gdovin Date: Wed, 2 Oct 2019 11:05:34 -0400 Subject: [PATCH] Update to latest ava and eslint-plugin-ava --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ad528fc..708a903 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",