Skip to content
Snippets Groups Projects
Commit adb9759a authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

fixed a few bugs preventing the code from running, mostly edited the package.json and typings.json.

parent 893c3679
No related branches found
No related tags found
No related merge requests found
{ {
"name": "Driftlog Official Client", "name": "driftlog",
"version": "0.1.0", "version": "0.1.0",
"description": "A client for Driftlog", "description": "A client for Driftlog",
"repository": { "repository": {
...@@ -175,7 +175,6 @@ ...@@ -175,7 +175,6 @@
"@angular2-material/tabs": "2.0.0-alpha.8-1", "@angular2-material/tabs": "2.0.0-alpha.8-1",
"@angular2-material/toolbar": "2.0.0-alpha.8-1", "@angular2-material/toolbar": "2.0.0-alpha.8-1",
"@angular2-material/tooltip": "2.0.0-alpha.8-1", "@angular2-material/tooltip": "2.0.0-alpha.8-1",
"@types/hammerjs": "^2.0.31",
"@ngrx/core": "^1.1.0", "@ngrx/core": "^1.1.0",
"@ngrx/store": "^2.1.2", "@ngrx/store": "^2.1.2",
"angulartics2": "^1.1.5", "angulartics2": "^1.1.5",
...@@ -185,7 +184,6 @@ ...@@ -185,7 +184,6 @@
"ng2-translate": "^2.4.3", "ng2-translate": "^2.4.3",
"reflect-metadata": "^0.1.8", "reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.11", "rxjs": "5.0.0-beta.11",
"hammerjs": "^2.0.8",
"systemjs": "0.19.27", "systemjs": "0.19.27",
"zone.js": "0.6.17" "zone.js": "0.6.17"
} }
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"gulp-sass": "github:DefinitelyTyped/DefinitelyTyped/gulp-sass/gulp-sass.d.ts#56295f5058cac7ae458540423c50ac2dcf9fc711", "gulp-sass": "github:DefinitelyTyped/DefinitelyTyped/gulp-sass/gulp-sass.d.ts#56295f5058cac7ae458540423c50ac2dcf9fc711",
"gulp-shell": "github:DefinitelyTyped/DefinitelyTyped/gulp-shell/gulp-shell.d.ts#5c3e47967affa3c4128a3875d1664ba206ae1b0f", "gulp-shell": "github:DefinitelyTyped/DefinitelyTyped/gulp-shell/gulp-shell.d.ts#5c3e47967affa3c4128a3875d1664ba206ae1b0f",
"gulp-util": "github:DefinitelyTyped/DefinitelyTyped/gulp-util/gulp-util.d.ts#5a8fc5ee71701431e4fdbb80c506e3c13f85a9ff", "gulp-util": "github:DefinitelyTyped/DefinitelyTyped/gulp-util/gulp-util.d.ts#5a8fc5ee71701431e4fdbb80c506e3c13f85a9ff",
"hammerjs": "registry:dt/hammerjs#2.0.8+20160724063812",
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#26c98c8a9530c44f8c801ccc3b2057e2101187ee", "jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#26c98c8a9530c44f8c801ccc3b2057e2101187ee",
"lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#7b7aa2027a8fb6219a8bcf1b6bb12bcd0ff9539d", "lodash": "github:DefinitelyTyped/DefinitelyTyped/lodash/lodash.d.ts#7b7aa2027a8fb6219a8bcf1b6bb12bcd0ff9539d",
"micromatch": "github:DefinitelyTyped/DefinitelyTyped/micromatch/micromatch.d.ts#7cda84786520fd0673c934fde1aa722083e05f7b", "micromatch": "github:DefinitelyTyped/DefinitelyTyped/micromatch/micromatch.d.ts#7cda84786520fd0673c934fde1aa722083e05f7b",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment