Skip to content

Commit

Permalink
chore: Tidy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcab committed Oct 15, 2022
1 parent 3de2fd6 commit b13ee9d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"scripts": {
"build": "coffee --bare -c -o lib-js lib",
"test": "NODE_ENV=test mocha --require coffee-script/register test/*.coffee",
"test-cov": "NODE_ENV=test nyc --extension .coffee -r html -r text mocha --require coffee-script/register test/*.coffee",
"test": "NODE_ENV=test mocha --require coffeescript/register test/*.coffee",
"test-cov": "NODE_ENV=test nyc --extension .coffee -r html -r text mocha --require coffeescript/register test/*.coffee",
"prepare": "npm run build"
},
"repository": {
Expand All @@ -26,18 +26,18 @@
"url": "https://github.com/Clever/saml2/issues"
},
"devDependencies": {
"coffee-script": "^1.12.0",
"coffeescript": "^1.12.7",
"mocha": "^8.2.0",
"nyc": "^15.0.0"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.3",
"async": "^3.2.0",
"debug": "^4.3.0",
"underscore": "^1.8.0",
"xml-crypto": "^3.0.0",
"xml-encryption": "^2.0.0",
"xml2js": "^0.4.0",
"xmlbuilder2": "^2.4.0",
"@xmldom/xmldom": "^0.8.3"
"xmlbuilder2": "^2.4.0"
}
}

0 comments on commit b13ee9d

Please sign in to comment.