Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "spex", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Specialized Promise Extensions", | ||
"main": "lib/index.js", | ||
"typings": "typescript/spex.d.ts", | ||
"scripts": { | ||
@@ -17,3 +18,2 @@ "test": "jasmine-node test", | ||
], | ||
"typings": "typescript/spex.d.ts", | ||
"homepage": "https://github.com/vitaly-t/spex", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -1,10 +0,10 @@ | ||
### TypeScript for SPEX | ||
## TypeScript for SPEX | ||
Complete TypeScript declarations for the [spex] module. | ||
Complete TypeScript 2.0 declarations for the [spex] module. | ||
#### Inclusion | ||
### Inclusion | ||
Typescript should be able to pick up the definitions without any manual configuration. | ||
#### Usage | ||
### Usage | ||
@@ -11,0 +11,0 @@ ```ts |
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
64341