Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "this-month", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utility library to get details about an specific month.", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-preset-stage-0": "^6.24.1", | ||
@@ -17,4 +17,4 @@ "chai": "^4.1.0", | ||
"install": "^0.10.1", | ||
"mocha": "^3.5.0", | ||
"npm": "^5.3.0", | ||
"mocha": "^5.2.0", | ||
"npm": "^6.4.1", | ||
"rimraf": "^2.6.1" | ||
@@ -21,0 +21,0 @@ }, |
@@ -17,3 +17,3 @@ # ThisMonth | ||
``` | ||
const ThisMonth = require('this-month'); | ||
const ThisMonth = require('this-month').default; | ||
@@ -20,0 +20,0 @@ // ES6 |
12010