Skip to content

Commit

Permalink
Merge pull request #411 from nymag/cid-lib
Browse files Browse the repository at this point in the history
use cid from npm
  • Loading branch information
nelsonpecora committed Apr 7, 2016
2 parents 1987e4a + 3321c01 commit 3077bc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion behaviors/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var dom = require('@nymag/dom'),
getInput = require('../services/get-input'),
textProp = 'text';

import cid from '../services/cid';
import cid from '@nymag/cid';

/**
*
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"homepage": "https://github.com/nymag/clay-kiln",
"dependencies": {
"@nymag/cid": "^1.0.1",
"@nymag/dom": "^1.0.0",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
Expand Down
13 changes: 0 additions & 13 deletions services/cid.js

This file was deleted.

10 changes: 0 additions & 10 deletions services/cid.test.js

This file was deleted.

0 comments on commit 3077bc2

Please sign in to comment.