@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.
@@ -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-aplha.2",
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": "a1f6b687445a912464252efd9ae532a8740567b8"
58
+ "gitHead": "c18a77dcf549cca61efde1b4b81f0f83261783d6"
59
59
  }