Skip to content

Commit

Permalink
build: add .prettierignore, minor update deps (format only)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 18, 2019
1 parent 3fb26dd commit dbcb9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"devDependencies": {
"benchmark": "^2.1.4",
"file-loader": "^3.0.1",
"gzip-size": "^5.0.0",
"lerna": "^3.8.5",
"mocha": "^5.2.0",
Expand All @@ -14,12 +15,11 @@
"rollup": "^1.1.0",
"rollup-plugin-cleanup": "^3.1.0",
"terser": "^3.14.1",
"ts-loader": "^5.3.3",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1",
"ts-loader": "^5.3.3",
"file-loader": "^3.0.1"
"webpack-cli": "^3.2.1"
},
"scripts": {
"bootstrap": "lerna bootstrap",
Expand All @@ -33,4 +33,4 @@
"test": "yarn build && yarn test:only",
"test:only": "lerna run test"
}
}
}

0 comments on commit dbcb9e6

Please sign in to comment.