Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pveyes committed Jun 30, 2020
1 parent 6d935ff commit b7e1c19
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "raw.macro",
"description":
"Read file contents at build time, similar to webpack raw-loader",
"version": "0.3.0",
"description": "Read file contents at build time, similar to webpack raw-loader",
"version": "0.3.1",
"engines": {
"node": ">=8.9.0"
},
"main": "dist/raw.macro.js",
"types": "raw.macro.d.ts",
"license": "MIT",
"files": ["dist/", "raw.macro.d.ts"],
"files": [
"dist/",
"raw.macro.d.ts"
],
"keywords": [
"webpack",
"raw-loader",
Expand Down Expand Up @@ -48,6 +50,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 b7e1c19

Please sign in to comment.