更新前端文件
This commit is contained in:
20
public/static/libs/es6-promise/bower.json
Normal file
20
public/static/libs/es6-promise/bower.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "es6-promise",
|
||||
"namespace": "Promise",
|
||||
"description": "A polyfill for ES6-style Promises, tracking rsvp",
|
||||
"authors": [
|
||||
"Stefan Penner <stefan.penner@gmail.com>"
|
||||
],
|
||||
"main": "./es6-promise.js",
|
||||
"keywords": [
|
||||
"promise"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/stefanpenner/es6-promise.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/stefanpenner/es6-promise/issues"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user