Skip to content

Commit

Permalink
increase version number to 1.0 and add links
Browse files Browse the repository at this point in the history
  • Loading branch information
burnpiro committed Feb 2, 2018
1 parent dab1521 commit 710f2f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"name": "puppeteer-screenshot-tester",
"version": "0.1.2",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"url" : "https://github.com/burnpiro/puppeteer-screenshot-tester/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/burnpiro/puppeteer-screenshot-tester"
},
"engines" : { "node" : ">=8.0.0" },
"author": "Kemal Erdem",
"email" : "kemalpiro@gmail.com",
"license": "MIT",
"dependencies": {
"fs": "^0.0.1-security",
Expand Down

0 comments on commit 710f2f9

Please sign in to comment.