Skip to content

Commit

Permalink
update pkg.json to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduolalo committed Apr 16, 2020
1 parent 39e4607 commit 01e3e6c
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "moment-business-days",
"version": "1.2.0",
"description": "MomentJS plugin to use business days",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "https://github.com/kalmecak/moment-business-days.git"
},
"keywords": [
"moment",
"momentjs",
"business",
"days",
"plugin"
],
"peerDependencies": {
"moment": "2.x.x"
},
"engine": "node >= 0.10.26",
"author": "Christian Rodriguez Cisneros <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalmecak/moment-business-days/issues"
},
"homepage": "https://github.com/kalmecak/moment-business-days",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0",
"moment": "2.x.x"
}
}
"name": "moment-business-days",
"version": "1.3.0",
"description": "MomentJS plugin to use business days",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "https://github.com/kalmecak/moment-business-days.git"
},
"keywords": [
"moment",
"momentjs",
"business",
"days",
"plugin"
],
"peerDependencies": {
"moment": "2.x.x"
},
"engine": "node >= 0.10.26",
"author": "Christian Rodriguez Cisneros <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalmecak/moment-business-days/issues"
},
"homepage": "https://github.com/kalmecak/moment-business-days",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0",
"moment": "2.x.x"
}
}

0 comments on commit 01e3e6c

Please sign in to comment.