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

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BTMorton committed Aug 27, 2015
1 parent e0b536d commit bccdf6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-grid",
"version": "0.1.0",
"version": "0.1.1",
"description": "A grid-based drag/drop/resize directive plugin for Angular 2",
"main": "NgGrid.js",
"scripts": {
Expand All @@ -24,5 +24,8 @@
"peerDependencies": {
"angular2": "2.0.0-alpha.35"
},
"files": [ "NgGrid.ts", "NgGrid.css" ]
"files": [
"NgGrid.ts",
"NgGrid.css"
]
}

0 comments on commit bccdf6b

Please sign in to comment.