Migrates to delegate fork

This commit is contained in:
Zeno Rocha 2015-10-20 12:35:25 -07:00
parent c6dc01cc29
commit 70b2548a80
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
"dependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"delegate-events": "^1.1.1",
"delegate": "^1.0.0",
"select": "^1.0.0",
"tiny-emitter": "^1.0.0"
},

View File

@ -1,5 +1,5 @@
import ClipboardAction from './clipboard-action';
import Delegate from 'delegate-events';
import Delegate from 'delegate';
import Emitter from 'tiny-emitter';
/**

View File

@ -1,6 +1,6 @@
import Clipboard from '../src/clipboard';
import ClipboardAction from '../src/clipboard-action';
import Delegate from 'delegate-events';
import Delegate from 'delegate';
describe('Clipboard', () => {
before(() => {