Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Move devDeps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jordikroon authored Dec 1, 2017
1 parent 0db8eae commit 8e39ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tde-webpack-mjml-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Webpack MJML plugin for converting MJML files to a given location",
"main": "index.js",
"repository": "https://github.com/tdeNL/tde-webpack-mjml-plugin",
Expand All @@ -12,7 +12,7 @@
"peerDependencies": {
"webpack": "2 || 3"
},
"devDependencies": {
"dependencies": {
"lodash": "^4.17.4",
"glob": "^7.1.2",
"mjml": "^3.3.5"
Expand Down

0 comments on commit 8e39ab5

Please sign in to comment.