Skip to content

Commit

Permalink
Fixed typo in package json and updated version for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
anselb committed Aug 19, 2019
1 parent d4b882e commit 9f62469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "just-another-date-library",
"version": "1.0.1",
"version": "1.0.2",
"description": "A library that has a custom date object and additional Date methods",
"files": [
"esm/*",
"emd/*"
"umd/*"
],
"main": "umd/just-another-date-library.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 9f62469

Please sign in to comment.