Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Feb 19, 2019
1 parent eb0f1e8 commit 45e8cf7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "raw.macro",
"description":
"Read file contents at build time, similar to webpack raw-loader",
"version": "0.2.0",
"description": "Read file contents at build time, similar to webpack raw-loader",
"version": "0.3.0",
"engines": {
"node": ">=8.9.0"
},
"main": "dist/raw.macro.js",
"license": "MIT",
"files": ["dist/"],
"files": [
"dist/"
],
"keywords": [
"webpack",
"raw-loader",
Expand Down Expand Up @@ -47,6 +48,9 @@
"testRegex": "__tests__/.*.test.js$"
},
"lint-staged": {
"*.{js,md}": ["prettier --write", "git add -A"]
"*.{js,md}": [
"prettier --write",
"git add -A"
]
}
}

0 comments on commit 45e8cf7

Please sign in to comment.