diff options
author | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2019-08-12 17:51:27 +0200 |
---|---|---|
committer | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2019-08-12 17:52:01 +0200 |
commit | f6f34d5b2a197e57bab0db49cd8e7ad39df7b527 (patch) | |
tree | eeb49595351dd1ba0a5d61e5c417a0390c0b1d66 /sdnr/wt/odlux/framework/package.json | |
parent | ed0e6be174e1445b6c47a69dccf25a642f17bdd7 (diff) |
SDN-R odlux timing fix
fixing timing issue and added licenses in source files
Issue-ID: SDNC-844
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: I65f6b51f841074f9b8e88bf9b230038e0a224fd3
Diffstat (limited to 'sdnr/wt/odlux/framework/package.json')
-rw-r--r-- | sdnr/wt/odlux/framework/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/odlux/framework/package.json b/sdnr/wt/odlux/framework/package.json index 388075704..e76cc5c3c 100644 --- a/sdnr/wt/odlux/framework/package.json +++ b/sdnr/wt/odlux/framework/package.json @@ -22,7 +22,7 @@ "framework"
],
"author": "Matthias Fischer",
- "license": "Apache License, Version 2.0",
+ "license": "Apache-2.0",
"peerDependencies": {
"@types/node" : "11.9.5",
"@types/react": "16.4.14",
|