remove unneeded files
This commit is contained in:
parent
f4930cd567
commit
b2a3a5cf69
|
@ -1,40 +0,0 @@
|
|||
{
|
||||
"name": "es6-promise",
|
||||
"namespace": "Promise",
|
||||
"version": "2.3.0",
|
||||
"description": "A polyfill for ES6-style Promises, tracking rsvp",
|
||||
"authors": [
|
||||
"Stefan Penner <stefan.penner@gmail.com>"
|
||||
],
|
||||
"main": "dist/es6-promise.js",
|
||||
"keywords": [
|
||||
"promise"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jakearchibald/ES6-Promises.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jakearchibald/ES6-Promises/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests",
|
||||
"vendor",
|
||||
"tasks"
|
||||
],
|
||||
"homepage": "https://github.com/jakearchibald/es6-promise",
|
||||
"_release": "2.3.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "2.3.0",
|
||||
"commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5"
|
||||
},
|
||||
"_source": "https://github.com/jakearchibald/es6-promise.git",
|
||||
"_target": "~2.3.0",
|
||||
"_originalSource": "https://github.com/jakearchibald/es6-promise.git",
|
||||
"_direct": true
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
/node_modules/
|
||||
/tmp
|
||||
/tasks
|
||||
/test
|
||||
/vendor
|
||||
/.jshintrc
|
||||
/.npmignore
|
||||
/.travis.yml
|
||||
/Gruntfile.js
|
||||
/component.json
|
||||
/index.html
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"non-interactive": true,
|
||||
"dry-run": false,
|
||||
"verbose": false,
|
||||
"force": false,
|
||||
"pkgFiles": ["package.json", "bower.json"],
|
||||
"increment": "patch",
|
||||
"commitMessage": "Release %s",
|
||||
"tagName": "%s",
|
||||
"tagAnnotation": "Release %s",
|
||||
"buildCommand": "npm run-script build-all",
|
||||
"distRepo": "git@github.com:components/rsvp.js.git",
|
||||
"distStageDir": "tmp/stage",
|
||||
"distBase": "dist",
|
||||
"distFiles": ["**/*", "../package.json", "../bower.json"],
|
||||
"publish": false
|
||||
}
|
|
@ -1,11 +0,0 @@
|
|||
/node_modules/
|
||||
/tmp
|
||||
/tasks
|
||||
/test
|
||||
/vendor
|
||||
/.jshintrc
|
||||
/.npmignore
|
||||
/.travis.yml
|
||||
/Gruntfile.js
|
||||
/component.json
|
||||
/index.html
|
Loading…
Reference in New Issue