@types/redux-actions
Advanced tools
Comparing version 0.8.33 to 0.8.34
@@ -7,2 +7,3 @@ // Type definitions for redux-actions v0.8.0 | ||
export = ReduxActions; | ||
export as namespace ReduxActions; | ||
@@ -9,0 +10,0 @@ declare namespace ReduxActions { |
{ | ||
"name": "@types/redux-actions", | ||
"version": "0.8.33", | ||
"description": "TypeScript definitions for redux-actions v0.8.0", | ||
"version": "0.8.34", | ||
"description": "TypeScript definitions for redux-actions", | ||
"license": "MIT", | ||
@@ -15,4 +15,3 @@ "author": "Jack Hsu <https://github.com/jaysoo>, Alex Gorbatchev <https://github.com/alexgorbatchev>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329" | ||
"typesPublisherContentHash": "a7c9784a327b6a30bdccaaa56b765f4e308e295e185477ff4ea714439539ae8a" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for redux-actions v0.8.0 (https://github.com/acdlite/redux-actions). | ||
This package contains type definitions for redux-actions (https://github.com/acdlite/redux-actions). | ||
@@ -12,4 +12,4 @@ # Details | ||
Additional Details | ||
* Last updated: Tue, 22 Nov 2016 20:59:30 GMT | ||
* File structure: ProperModule | ||
* Last updated: Tue, 29 Nov 2016 20:54:33 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
@@ -16,0 +16,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Jack Hsu <https://github.com/jaysoo>, Alex Gorbatchev <https://github.com/alexgorbatchev>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
@@ -8,3 +7,3 @@ "moduleDependencies": [], | ||
"libraryMinorVersion": 8, | ||
"libraryName": "redux-actions v0.8.0", | ||
"libraryName": "redux-actions", | ||
"typingsPackageName": "redux-actions", | ||
@@ -14,9 +13,7 @@ "projectName": "https://github.com/acdlite/redux-actions", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"kind": "UMD", | ||
"globals": [ | ||
"ReduxActions" | ||
], | ||
"declaredModules": [ | ||
"redux-actions" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
@@ -26,3 +23,3 @@ "index.d.ts" | ||
"hasPackageJson": false, | ||
"contentHash": "dd1663011b7e81fdf5ed4a88050eeb590b5bc9cb8adcb8cd6b07d195d5355329" | ||
"contentHash": "a7c9784a327b6a30bdccaaa56b765f4e308e295e185477ff4ea714439539ae8a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4652
82