Skip to content

Commit

Permalink
Merge pull request #4 from gatewayapps/bug/dependencies
Browse files Browse the repository at this point in the history
Move fs-extra and handlebars to dependencies instead of dev dependencies
  • Loading branch information
danielgary authored Oct 2, 2018
2 parents f2e60e6 + 0a31ecd commit b5c6dcb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gatewayapps/cradle-template-emitter",
"version": "0.1.1",
"version": "0.1.2",
"description": "Cradle emitter for reading Handlebars based template files",
"main": "./dist/index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,11 @@
"@types/fs-extra": "^5.0.4",
"@types/handlebars": "^4.0.39",
"@types/node": "^10.9.4",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.12",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"fs-extra": "^7.0.0",
"handlebars": "^4.0.12"
}
}

0 comments on commit b5c6dcb

Please sign in to comment.