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

Commit a271f0a

Browse files
committed
0.3.6
1 parent 36c2bbc commit a271f0a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-grid",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"homepage": "https://github.com/BTMorton/angular2-grid",
55
"authors": [
66
"Ben Morton <ben.morton91@gmail.com> (http://bmorton.co.uk/)",
@@ -27,7 +27,9 @@
2727
"ignore": [
2828
"*",
2929
"!src/NgGrid.ts",
30-
"!src/NgGrid.css"
30+
"!dist/NgGrid.css",
31+
"!dist/NgGrid.d.ts",
32+
"!dist/NgGrid.js"
3133
],
3234
"repository": {
3335
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-grid",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A grid-based drag/drop/resize directive plugin for Angular 2",
55
"main": "NgGrid.js",
66
"scripts": {

0 commit comments

Comments
 (0)