Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed May 27, 2018
1 parent c5cbde3 commit ea052c1
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "pending-puppeteer-xhr",
"version": "1.0.12",
"description": "Small tool for wait that all xhr are finished in pupeteer",
"main": "lib/index.js",
"homepage": "https://github.com/jtassin/pending-xhr-puppeteer",
"repository": {
"type": "git",
"url": "https://github.com/jtassin/pending-xhr-puppeteer.git"
},
"bugs": {
"url": "https://github.com/jtassin/pending-xhr-puppeteer/issues"
},
"author": "Julien TASSIN",
"license": "MIT",
"private": false,
"keywords": ["puppeteer", "xhr", "pending", "wait", "nodejs", "e2e"],
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-jest": "^21.15.1",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"prettier": "1.12.1",
"puppeteer": "^1.3.0",
"rollup": "^0.58.2"
},
"jest": {
"collectCoverageFrom": [
"src/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**"
]
},
"scripts": {
"prettier:write":
"prettier --single-quote --trailing-comma es5 --write src/**/*",
"lint": "eslint src",
"test": "jest --forceExit",
"test:coverage": "jest --coverage --forceExit",
"precommit": "lint-staged",
"build": "rollup -c",
"publish:patch": "yarn publish --patch"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}
{
"name": "pending-xhr-puppeteer",
"version": "1.0.12",
"description": "Small tool for wait that all xhr are finished in pupeteer",
"main": "lib/index.js",
"homepage": "https://github.com/jtassin/pending-xhr-puppeteer",
"repository": {
"type": "git",
"url": "https://github.com/jtassin/pending-xhr-puppeteer.git"
},
"bugs": {
"url": "https://github.com/jtassin/pending-xhr-puppeteer/issues"
},
"author": "Julien TASSIN",
"license": "MIT",
"private": false,
"keywords": ["puppeteer", "xhr", "pending", "wait", "nodejs", "e2e"],
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-jest": "^21.15.1",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.1.0",
"prettier": "1.12.1",
"puppeteer": "^1.3.0",
"rollup": "^0.58.2"
},
"jest": {
"collectCoverageFrom": [
"src/*.{js,jsx}",
"!**/node_modules/**",
"!**/vendor/**"
]
},
"scripts": {
"prettier:write":
"prettier --single-quote --trailing-comma es5 --write src/**/*",
"lint": "eslint src",
"test": "jest --forceExit",
"test:coverage": "jest --coverage --forceExit",
"precommit": "lint-staged",
"build": "rollup -c",
"publish:patch": "yarn publish --patch"
},
"lint-staged": {
"*.{js,json,css,md}": ["prettier --write", "git add"]
}
}

0 comments on commit ea052c1

Please sign in to comment.