Skip to content

Commit

Permalink
Enhance the stability of build #200
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Oct 6, 2018
1 parent f9a4b84 commit 0027942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,6 +33,7 @@
"license": "MIT",
"dependencies": {
"@passify/xml-encryption": "^0.11.1",
"@passify/xsd-schema-validator": "^0.7.1",
"@types/camelcase": "^0.0.30",
"@types/lodash": "^4.14.112",
"@types/node": "^7.0.67",
Expand All @@ -49,13 +50,12 @@
"xml": "^1.0.0",
"xml-crypto": "^0.10.1",
"xmldom": "^0.1.19",
"xpath": "0.0.24",
"xsd-schema-validator": "^0.6.0"
"xpath": "0.0.24"
},
"devDependencies": {
"ava": "^0.19.1",
"coveralls": "^3.0.2",
"nyc": "^11.9.0",
"tslint": "5.4.2"
}
}
}
2 changes: 1 addition & 1 deletion src/libsaml.ts
Expand Up @@ -16,7 +16,7 @@ import { SignedXml, FileKeyInfo } from 'xml-crypto';
import * as xmlenc from '@passify/xml-encryption';
import * as path from 'path';
import * as fs from 'fs';
import * as Validator from 'xsd-schema-validator';
import * as Validator from '@passify/xsd-schema-validator';
import { extract } from './extractor';

const signatureAlgorithms = algorithms.signature;
Expand Down

0 comments on commit 0027942

Please sign in to comment.