react-generic-animate 0.0.4 → 0.0.6

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/declarations.d.ts CHANGED
@@ -1,6 +1,14 @@
1
1
  // -*- coding: utf-8 -*-
2
2
  /** @module declarations */
3
3
  /// <reference path="./node_modules/weboptimizer/declarations" />
4
+ /*
5
+ NOTE: Already defined in weboptimizer's generic declaration. but currently
6
+ only needed for intellij only.
7
+ */
8
+ declare module '*.module' {
9
+ const classes:Mapping
10
+ export default classes
11
+ }
4
12
  // region vim modline
5
13
  // vim: set tabstop=4 shiftwidth=4 expandtab:
6
14
  // vim: foldmethod=marker foldmarker=region,endregion:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-generic-animate",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Generic animation component.",
5
5
  "keywords": [
6
6
  "generic",