Skip to content

Commit

Permalink
Bump v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Sep 29, 2017
1 parent 940220f commit 601ad47
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 27 deletions.
10 changes: 7 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"parser" : "babel-eslint",

"env": {
"browser": true,
"node": true
},
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"strict": 0,
"quotes": [0, "single"],
"eol-last": [0],
"no-mixed-requires": [0],
"no-underscore-dangle": [0]
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Start the dev server
$ npm start
```

Build before the commit. This will also increase the patch level version of the package
Build in `/dist`

```sh
$ npm run build
Expand Down
37 changes: 15 additions & 22 deletions dist/grapesjs-preset-newsletter.min.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grapesjs-preset-newsletter",
"version": "0.2.12",
"version": "0.2.15",
"description": "GrapesJS preset configuration for the newsletter editor",
"main": "dist/grapesjs-preset-newsletter.min.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,12 @@
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"babel": {
"presets": [
"es2015",
"stage-3"
]
},
"dependencies": {
"juice": "^4.1.1"
}
Expand Down

0 comments on commit 601ad47

Please sign in to comment.