Skip to content

Commit

Permalink
Merge pull request #1 from contentascode/release
Browse files Browse the repository at this point in the history
Moment is not a dev dependency
  • Loading branch information
alexgs authored Jan 30, 2019
2 parents 9a77025 + f88c4c2 commit a7aa53a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"dependencies": {
"debug": "^2.2.0",
"fs-extra": "^2.0.0",
"lodash": "^4.17.4"
"lodash": "^4.17.4",
"moment": "^2.17.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-moment-js": "^1.0.0",
"dirty-chai": "^1.2.2",
"metalsmith": "^2.3.0",
"moment": "^2.17.1"
"metalsmith": "^2.3.0"
}
}

0 comments on commit a7aa53a

Please sign in to comment.