@toppr-engg/ask-tutor 1.2.8-aplha.2 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ask-tutor.umd.js +1 -1
- package/lib/ask-tutor.umd.js.LICENSE.txt +16 -10
- package/package.json +2 -2
@@ -1,16 +1,22 @@
|
|
1
1
|
/*!
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
3
|
+
Licensed under the MIT License (MIT), see
|
4
|
+
http://jedwatson.github.io/classnames
|
5
|
+
*/
|
6
|
+
|
7
|
+
/*!
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
9
|
+
Licensed under the MIT License (MIT), see
|
10
|
+
http://jedwatson.github.io/classnames
|
11
|
+
*/
|
6
12
|
|
7
13
|
/*!
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
+
* @overview es6-promise - a tiny implementation of Promises/A+.
|
15
|
+
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
16
|
+
* @license Licensed under MIT license
|
17
|
+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
|
18
|
+
* @version v4.2.8+1e68dce6
|
19
|
+
*/
|
14
20
|
|
15
21
|
/*!
|
16
22
|
Copyright (c) 2015 Jed Watson.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@toppr-engg/ask-tutor",
|
3
|
-
"version": "1.2.8
|
3
|
+
"version": "1.2.8",
|
4
4
|
"description": "A React JS implementation of Ask Expert via videos",
|
5
5
|
"author": "Toppr Engineers",
|
6
6
|
"homepage": "https://github.com/toppr/toppr-web#readme",
|
@@ -55,5 +55,5 @@
|
|
55
55
|
"bugs": {
|
56
56
|
"url": "https://github.com/toppr/toppr-web/issues"
|
57
57
|
},
|
58
|
-
"gitHead": "
|
58
|
+
"gitHead": "c18a77dcf549cca61efde1b4b81f0f83261783d6"
|
59
59
|
}
|