Unverified Commit ce8f4117 authored by Dan Jones's avatar Dan Jones
Browse files

fix: change commit ref for testsuite install

parent 59733fc7
......@@ -48,6 +48,7 @@
"@commitlint/config-conventional": "^15.0.0",
"@cucumber/cucumber": "^8.10.0",
"@rollup/plugin-babel": "^6.0.3",
"axios": "^1.2.4",
"axios-mock-adapter": "^1.21.2",
"babel-jest": "^27.4.4",
"backbone-adapter-testsuite": "git+https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite.git#v0.1.0",
......
exports.default = [
{
external: ['axios'],
external: ['axios', 'faye-websocket', 'net', 'tls'],
input: 'src/adapter/index.js',
output: [
{
......@@ -11,10 +11,10 @@ exports.default = [
file: 'dist/adapter.js',
format: 'cjs',
},
],
]
},
{
external: ['axios'],
external: ['swagger-model-validator'],
input: 'src/protocol/index.js',
output: [
{
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment