Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8007670

Browse files
committed
Bringing dist back because bower. Change 1.0.0 to 0.4.0 because let's get a release out. Updated bower.json homepage.
1 parent f6b15ab commit 8007670

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
dist
21
node_modules
32
bower_components
43
coverage

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridstack",
3-
"version": "1.0.0-dev",
4-
"homepage": "https://github.com/troolee/gridstack.js",
3+
"version": "0.4.0-dev",
4+
"homepage": "https://github.com/gridstack/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <[email protected]>",
77
"Dylan Weiss <[email protected]> (https://dylandreams.com)"

doc/CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Change log
55
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

8-
- [v1.0.0 (development)](#v100-development)
8+
- [v0.4.0 (development)](#v040-development)
99
- [v0.3.0 (2017-04-21)](#v030-2017-04-21)
1010
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
1111
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
@@ -18,7 +18,7 @@ Change log
1818

1919
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2020

21-
## v1.0.0 (development)
21+
## v0.4.0 (development)
2222

2323
- widgets can have their own resize handles. Use `data-gs-resize-handles` element attribute to use. For example, `data-gs-resize-handles="e,w"` will make the particular widget only resize west and east. ([#494](https://github.com/troolee/gridstack.js/issues/494)).
2424
- enable sidebar items to be duplicated properly. Pass `helper: 'clone'` in `draggable` options. ([#661](https://github.com/troolee/gridstack.js/issues/661), ([#396](https://github.com/troolee/gridstack.js/issues/396), ([#499](https://github.com/troolee/gridstack.js/issues/499)).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "1.0.0-dev",
3+
"version": "0.4.0-dev",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* gridstack.js 1.0.0-dev
2+
* gridstack.js 0.4.0-dev
33
* http://troolee.github.io/gridstack.js/
4-
* (c) 2014-2017 Pavel Reznikov, Dylan Weiss
4+
* (c) 2014-2018 Pavel Reznikov, Dylan Weiss
55
* gridstack.js may be freely distributed under the MIT license.
66
* @preserve
77
*/

0 commit comments

Comments
 (0)