Skip to content

Commit d763ac7

Browse files
committed
fix(install): Remove angular-history from packages
This library could not be found on github nor npmjs
1 parent 194cded commit d763ac7

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

package-lock.json

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"angular-embed": "github:superdesk/angular-embed#d75968e",
4747
"angular-embedly": "github:Urigo/angular-embedly#0.0.8",
4848
"angular-gettext": "github:tomaskikutis/angular-gettext#master",
49-
"angular-history": "github:decipherinc/angular-history#v0.8.0",
5049
"angular-i18n": "1.6.9",
5150
"angular-mocks": "1.6.9",
5251
"angular-moment": "1.2.0",

scripts/apps/authoring/authoring/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import 'angular-history/history';
2-
31
import * as svc from './services';
42
import * as directive from './directives';
53
import * as ctrl from './controllers';
@@ -85,7 +83,6 @@ angular.module('superdesk.apps.authoring', [
8583
'superdesk.apps.vocabularies',
8684
'superdesk.apps.relations',
8785
'contenteditable',
88-
'decipher.history',
8986
'superdesk.config',
9087
'angular-embed',
9188
mediaModule.name,

0 commit comments

Comments
 (0)