Skip to content

Commit

Permalink
Updated the main file destination
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaamann committed Dec 14, 2018
1 parent c2ab34a commit 37580ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "moment-duration-formatter",
"version": "1.1.0",
"version": "1.2.0",
"description": "Helps format dates for events etc.",
"main": "dist/index.js",
"module": "index.js",
"scripts": {
"test": "mocha --timeout=10000 --exit tests/*.test.js",
"build": "webpack --config webpack.config.js"
Expand Down

0 comments on commit 37580ca

Please sign in to comment.