Skip to content

Commit

Permalink
Merge pull request #64 from hckrnews/feature/validation
Browse files Browse the repository at this point in the history
Add the missing files in the package
  • Loading branch information
w3nl authored Mar 5, 2021
2 parents 18f77b3 + 3a5ba25 commit c4b05b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hckrnews/objects",
"description": "Hack JavaScript objects",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Pieter Wigboldus",
"url": "https://hckr.news/"
Expand All @@ -18,7 +18,15 @@
"cpd": "node_modules/jscpd/bin/jscpd src"
},
"files": [
"src/objects.js"
"src/objects.js",
"dist/objects.js",
"dist/objects.js.map",
"dist/objects.module.mjs",
"dist/objects.module.mjs.map",
"dist/objects.modern.mjs",
"dist/objects.modern.mjs.map",
"dist/objects.umd.cjs",
"dist/objects.umd.cjs.map"
],
"source": "src/objects.js",
"main": "dist/objects.js",
Expand Down

0 comments on commit c4b05b9

Please sign in to comment.