@types/rollup
Advanced tools
@@ -89,3 +89,3 @@ // Type definitions for rollup 0.41 | ||
| /** The bundle's entry point (e.g. your `main.js` or `app.js` or `index.js`) */ | ||
| entry: string | ||
| entry: string | string[] | ||
| /** A previous bundle. Use it to speed up subsequent bundles :) */ | ||
@@ -92,0 +92,0 @@ cache?: Bundle |
| { | ||
| "name": "@types/rollup", | ||
| "version": "0.41.0", | ||
| "version": "0.41.1", | ||
| "description": "TypeScript definitions for rollup", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "b6aaec79595aa29f0bf996ed7dd0ed20f28c9a669c1541bc77e374d90fac37b2", | ||
| "typesPublisherContentHash": "ce58f15593665fef961d31bccb976c8e6d31c853d87d9213840473cf35e733c7", | ||
| "typeScriptVersion": "2.0" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| Additional Details | ||
| * Last updated: Mon, 22 May 2017 17:20:15 GMT | ||
| * Last updated: Mon, 26 Jun 2017 14:01:14 GMT | ||
| * Dependencies: source-map, acorn | ||
@@ -14,0 +14,0 @@ * Global values: none |
9875
0.11%