File tree Expand file tree Collapse file tree 3 files changed +670
-67
lines changed
Expand file tree Collapse file tree 3 files changed +670
-67
lines changed Original file line number Diff line number Diff line change 1212before_install :
1313 - if [[ "$INSTALL_JDK" == "1" ]] ; then make install_jdk ; fi
1414
15+ install :
16+ - yarn install --production=true
17+
1518script :
16- - npm install @authenio/samlify-xsd-schema-validator
17- - npm test
19+ - yarn add @authenio/samlify-xsd-schema-validator
20+ - yarn test
1821
1922branches :
2023 only :
Original file line number Diff line number Diff line change 4343 "xmldom" : " ^0.1.27" ,
4444 "xpath" : " ^0.0.27"
4545 },
46- "devDependencies" : {
47- "@authenio/samlify-xsd-schema-validator" : " ^1.0.2" ,
48- "@authenio/samlify-validate-with-xmllint" : " ^1.0.1" ,
49- "@authenio/samlify-node-xmllint" : " ^1.0.1" ,
46+ "peerDependencies" : {
5047 "@authenio/samlify-libxml-xsd" : " ^1.0.1" ,
48+ "@authenio/samlify-node-xmllint" : " ^1.0.1" ,
49+ "@authenio/samlify-validate-with-xmllint" : " ^1.0.1" ,
50+ "@authenio/samlify-xsd-schema-validator" : " ^1.0.2"
51+ },
52+ "devDependencies" : {
5153 "@types/node" : " ^11.11.3" ,
5254 "@types/node-forge" : " ^0.7.4" ,
5355 "@types/uuid" : " 3.0.0" ,
You can’t perform that action at this time.
0 commit comments