Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update builder version (#693)
Browse files Browse the repository at this point in the history
* Update builder version

* Remove unneeded packages
  • Loading branch information
Blackbaud-PatrickOFriel authored May 15, 2017
1 parent a58159a commit b52bd20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/router": "3.4.8",
"@blackbaud/stache": "2.0.0-beta.0",
"@blackbaud/skyux-builder-plugin-stache-code-block": "1.0.0",
"@blackbaud/skyux-builder-plugin-stache-include": "1.0.0",
"core-js": "2.4.1",
"dragula": "3.7.2",
"font-awesome": "4.7.0",
Expand All @@ -61,7 +59,7 @@
},
"devDependencies": {
"@angular/compiler-cli": "2.4.8",
"@blackbaud/skyux-builder": "1.0.0-beta.23",
"@blackbaud/skyux-builder": "1.0.0-beta.25",
"@types/core-js": "0.9.35",
"@types/jasmine": "2.5.41",
"@types/node": "6.0.45",
Expand Down
2 changes: 1 addition & 1 deletion src/app/home.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';

@Component({
selector: 'sky-demo-home',
Expand Down

0 comments on commit b52bd20

Please sign in to comment.