Skip to content

Commit

Permalink
Add es6-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Oct 6, 2015
1 parent 7f7e448 commit f5530e0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 11 deletions.
6 changes: 0 additions & 6 deletions README.md
@@ -1,7 +1,5 @@
# Nicovideo [![NPM version][npm-image]][npm] [![Build Status][travis-image]][travis] [![Coverage Status][coveralls-image]][coveralls]

[![Sauce Test Status][sauce-image]][sauce]

> ニコニコの検索APIラッパー
## Installation
Expand Down Expand Up @@ -533,10 +531,6 @@ nicovide.newsTag()
});
```

# Related projects
* __nicovideo__
* [other-project](https://github.com/59naga/other-project/)

License
---
[MIT][License]
Expand Down
2 changes: 1 addition & 1 deletion nicovideo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nicovideo.min.js.map

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nicovideo",
"version": "0.0.0",
"version": "0.0.1",
"description": "search.niconico.jp API wrapper",

"main": "lib",
Expand All @@ -12,7 +12,7 @@
"test": "jasminetea --file index.coffee --lint --cover --report",

"localhost": "zuul test --ui jasmine2 --local 59798 --open",
"test-cloud": "zuul test",
"test-cloud": "zuul test --concurrency 1",

"prebuild": "$(opc bower opc-scripts.build) | exorcist $(opc bower name).js.map -b . > $(opc bower name).js",
"build": "$(opc bower opc-scripts.uglify)",
Expand All @@ -26,7 +26,8 @@
},

"dependencies": {
"axios": "^0.7.0"
"axios": "^0.7.0",
"es6-promise": "^3.0.2"
},
"devDependencies": {
"brfs": "^1.4.1",
Expand Down
1 change: 1 addition & 0 deletions src/index.coffee
@@ -1,4 +1,5 @@
# Dependencies
require('es6-promise').polyfill()
axios= require 'axios'

# Environment
Expand Down

0 comments on commit f5530e0

Please sign in to comment.