Skip to content

Commit a8becc8

Browse files
committed
Fix version conflict in AMM package
1 parent db229bc commit a8becc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taminomara-amm-amm",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"description": "Advanced Machine Monitoring framework.",
55
"author": "Tamika Nomara <taminomara@gmail.com>",
66
"license": "MIT",
@@ -10,9 +10,9 @@
1010
"docs": "https://taminomara.github.io/amm"
1111
},
1212
"requirements": {
13-
"taminomara-amm-ammcore": "~1.0"
13+
"taminomara-amm-ammcore": "~0.1"
1414
},
1515
"devRequirements": {
16-
"taminomara-amm-ammtest": "~1.0"
16+
"taminomara-amm-ammtest": "~0.1"
1717
}
1818
}

0 commit comments

Comments
 (0)