@toppr-engg/ask-tutor 1.2.8-alpha.1 → 1.2.8-alpha.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,22 @@
1
1
  /*!
2
- Copyright (c) 2018 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
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
- * @overview es6-promise - a tiny implementation of Promises/A+.
9
- * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
10
- * @license Licensed under MIT license
11
- * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
12
- * @version v4.2.8+1e68dce6
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-alpha.1",
3
+ "version": "1.2.8-alpha.10",
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": "f877ae8c18fe4058aad36f31515d50c3a3369bb0"
58
+ "gitHead": "5119db8bfc5caff91fa3408e03a8a6dcf752f84d"
59
59
  }