phosphor-disposable
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -26,5 +26,2 @@ /*----------------------------------------------------------------------------- | ||
* | ||
* @returns `true` if the delegate has been disposed, `false` | ||
* otherwise. | ||
* | ||
* #### Notes | ||
@@ -74,4 +71,2 @@ * This is a read-only property which is always safe to access. | ||
* | ||
* @returns `true` if the set has been disposed, `false` otherwise. | ||
* | ||
* #### Notes | ||
@@ -78,0 +73,0 @@ * This is a read-only property which is always safe to access. |
{ | ||
"name": "phosphor-disposable", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A module for expressing the disposable object pattern.", | ||
"main": "lib/index.js", | ||
"typescript": { | ||
"definition": "lib/phosphor-disposable.d.ts" | ||
}, | ||
"typings": "lib/index.d.ts", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"dts-generator": "^1.5.0", | ||
"coveralls": "^2.11.4", | ||
"expect.js": "^0.3.1", | ||
"istanbul": "^0.3.19", | ||
"mocha": "^2.2.5", | ||
"rimraf": "^2.4.2", | ||
"typedoc": "^0.3.8", | ||
"typescript": "^1.5.3" | ||
"typescript": "1.6.0-beta" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib && rimraf test/build", | ||
"clean": "rimraf lib && rimraf test/build && rimraf test/coverage", | ||
"build:src": "tsc --project src", | ||
"build:dts": "node scripts/dtsbundle.js", | ||
"build:test": "tsc --project test/src", | ||
"build": "npm run build:src && npm run build:dts && npm run build:test", | ||
"build": "npm run build:src && npm run build:test", | ||
"docs": "rimraf docs/api && typedoc --options scripts/tdoptions.json", | ||
"prepublish": "npm run build", | ||
"test": "mocha test/build/index.js" | ||
"test": "mocha test/build/index.js", | ||
"test:coverage": "istanbul cover --dir test/coverage node_modules/mocha/bin/_mocha -- test/build/index.js" | ||
}, | ||
@@ -34,3 +33,3 @@ "repository": { | ||
"lib/index.js", | ||
"lib/phosphor-disposable.d.ts" | ||
"lib/index.d.ts" | ||
], | ||
@@ -37,0 +36,0 @@ "keywords": [ |
phosphor-disposable | ||
=================== | ||
[![Build Status](https://travis-ci.org/phosphorjs/phosphor-disposable.svg)](https://travis-ci.org/phosphorjs/phosphor-disposable?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/phosphorjs/phosphor-disposable/badge.svg?branch=master&service=github)](https://coveralls.io/github/phosphorjs/phosphor-disposable?branch=master) | ||
A module for expressing the disposable object pattern. | ||
@@ -74,2 +77,13 @@ | ||
Bundle for the Browser | ||
---------------------- | ||
Follow the package install instructions first. | ||
```bash | ||
npm install --save-dev browserify browserify-css | ||
browserify myapp.js -t browserify-css -o mybundle.js | ||
``` | ||
Usage Examples | ||
@@ -76,0 +90,0 @@ -------------- |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13481
161
0
7
243