Skip to content

Commit

Permalink
fix(package): correct author field
Browse files Browse the repository at this point in the history
also adds engines and files properties; removes .npmignore. Fixes #2
  • Loading branch information
aimee-gm committed May 11, 2020
1 parent ac04f85 commit bded785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .npmignore

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/aimee-gm/microformats-parser.git",
"author": "Aimee Gamble-Milner <https://github.com/aimee-gm>",
"author": "Aimee Gamble-Milner (https://github.com/aimee-gm)",
"license": "MIT",
"keywords": [
"microformats",
Expand All @@ -18,6 +18,12 @@
"test": "nyc mocha --require ts-node/register test/**/*.spec.ts",
"test:package": "mocha test/package.spec.js"
},
"engines": {
"node": ">=10"
},
"files": [
"/dist"
],
"dependencies": {
"parse5": "^6.0.0"
},
Expand Down

0 comments on commit bded785

Please sign in to comment.