Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efcmeg committed May 23, 2020
1 parent 4b9e5ba commit acf3a9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mime-info-stream-parser",
"version": "0.2.1",
"version": "0.3.0",
"description": "Convert freedesktop mime info XML to a JSON dictionary.",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,9 @@
"reset": "git clean -dfx && git reset --hard && npm i",
"clean": "trash build test"
},
"files": ["build/**/*"],
"files": [
"build/**/*"
],
"scripts-info": {
"info": "Display information about the package scripts",
"build": "Clean and rebuild the project",
Expand Down

0 comments on commit acf3a9a

Please sign in to comment.