Restructure to support old versions (#13811)

* Restructure to support old versions

* Fix tests
This commit is contained in:
Andy
2017-01-06 12:36:57 -08:00
committed by GitHub
parent 74dc4fdeb9
commit 2f71174636
535 changed files with 3465 additions and 258187 deletions

View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"inversify": "^2.0.1"
}
}

View File

@@ -16,6 +16,6 @@
},
"files": [
"index.d.ts",
"inversify-devtools-test.ts"
"inversify-devtools-tests.ts"
]
}