Skip to content

Commit

Permalink
updated angular2 slickgrid references to prepare for changes in the l…
Browse files Browse the repository at this point in the history
…ib (#415)
  • Loading branch information
Anthony Dresser authored Nov 23, 2016
1 parent 5231db6 commit 8ed2dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
var gulp = require('gulp');
"use strict"
var gulp = require('gulp');
var rename = require('gulp-rename');
var install = require('gulp-install');
var tslint = require('gulp-tslint');
Expand Down
2 changes: 1 addition & 1 deletion src/views/htmlcontent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@angular/router": "~3.1.2",
"@angular/upgrade": "~2.1.2",
"angular-in-memory-web-api": "~0.1.13",
"angular2-slickgrid": "github:microsoft/angular2-slickgrid",
"angular2-slickgrid": "github:microsoft/angular2-slickgrid#1.0.0",
"core-js": "^2.4.1",
"jasmine-core": "~2.4.1",
"moment": "^2.15.1",
Expand Down

0 comments on commit 8ed2dc5

Please sign in to comment.