Browse Source

Bump v0.12.5

pull/406/head v0.12.5
Artur Arseniev 8 years ago
parent
commit
9bcd9673b1
  1. 7
      README.md
  2. 4
      dist/grapes.min.js
  3. 2
      package.json

7
README.md

@ -111,13 +111,6 @@ $ npm run build
## Usage
JQuery is the only hard dependency so you have to include it before using GrapesJS
```html
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script>
```
After that include scripts from GrapesJS with all your configurations
```html
<link rel="stylesheet" href="path/to/grapes.min.css">
<script src="path/to/grapes.min.js"></script>

4
dist/grapes.min.js

File diff suppressed because one or more lines are too long

2
package.json

@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.12.3",
"version": "0.12.5",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",

Loading…
Cancel
Save