Skip to content

Commit

Permalink
fix: format package.json, ensure build called on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Aug 20, 2019
1 parent 6a7d344 commit bea8845
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"version": "1.0.0",
"author": "Dylan Piercey <[email protected]>",
"bugs": "https://github.com/eBay/visual-html/issues",
"dependencies": {
"indent-string": "^4.0.0",
"specificity": "^0.4.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
Expand All @@ -26,10 +30,10 @@
],
"homepage": "https://github.com/eBay/visual-html",
"keywords": [
"visual",
"regression",
"computed",
"styles"
"regression",
"styles",
"visual"
],
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -43,13 +47,10 @@
"ci:test": "jest --ci --coverage",
"format": "prettier \"**/*.{json,md,js,ts}\" --write",
"lint": "tsc --noEmit && tslint -t codeFrame -c tslint.json 'src/**/*.ts'",
"prepublishOnly": "npm run build",
"release": "standard-version",
"test": "jest -o",
"test:watch": "jest -o --watch"
},
"types": "dist/index.d.ts",
"dependencies": {
"indent-string": "^4.0.0",
"specificity": "^0.4.1"
}
"types": "dist/index.d.ts"
}

0 comments on commit bea8845

Please sign in to comment.