Skip to content

Commit bbaa296

Browse files
committed
Remove opencollective. Resource busy on rename files: See orizens/ngx-infinite-scroll#266
1 parent 1d1b65b commit bbaa296

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"md5": "2.2.1",
3535
"mkdirp": "0.5.1",
3636
"multimatch": "2.1.0",
37-
"opencollective": "1.0.3",
3837
"reflect-metadata": "0.1.12",
3938
"source-map-support": "0.5.8",
4039
"string-template": "1.0.0",
@@ -103,8 +102,7 @@
103102
"test": "scripts/test",
104103
"tslint": "scripts/tslint",
105104
"travis": "scripts/travis",
106-
"git:addFiles": "scripts/git-add-files",
107-
"postinstall": "opencollective postinstall"
105+
"git:addFiles": "scripts/git-add-files"
108106
},
109107
"pre-commit": [
110108
"build",
@@ -113,10 +111,5 @@
113111
"author": {
114112
"name": "Timofey Kachalov"
115113
},
116-
"license": "BSD-2-Clause",
117-
"collective": {
118-
"type": "opencollective",
119-
"url": "https://opencollective.com/javascript-obfuscator",
120-
"logo": "https://opencollective.com/opencollective/logo.txt"
121-
}
114+
"license": "BSD-2-Clause"
122115
}

yarn.lock

-11
Original file line numberDiff line numberDiff line change
@@ -3342,17 +3342,6 @@ onetime@^2.0.0:
33423342
dependencies:
33433343
mimic-fn "^1.0.0"
33443344

3345-
3346-
version "1.0.3"
3347-
resolved "https://registry.yarnpkg.com/opencollective/-/opencollective-1.0.3.tgz#aee6372bc28144583690c3ca8daecfc120dd0ef1"
3348-
dependencies:
3349-
babel-polyfill "6.23.0"
3350-
chalk "1.1.3"
3351-
inquirer "3.0.6"
3352-
minimist "1.2.0"
3353-
node-fetch "1.6.3"
3354-
opn "4.0.2"
3355-
33563345
33573346
version "4.0.2"
33583347
resolved "https://registry.yarnpkg.com/opn/-/opn-4.0.2.tgz#7abc22e644dff63b0a96d5ab7f2790c0f01abc95"

0 commit comments

Comments
 (0)