Skip to content

Commit d72750d

Browse files
committedFeb 12, 2018
removed opencollective
1 parent a5b5adf commit d72750d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slick",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": " React port of slick carousel",
55
"main": "./lib",
66
"files": [
@@ -12,8 +12,7 @@
1212
"prepublish": "babel ./src --out-dir ./lib && gulp dist",
1313
"test": "jest",
1414
"test:watch": "jest --watch",
15-
"lint": "eslint src",
16-
"postinstall": "opencollective postinstall"
15+
"lint": "eslint src"
1716
},
1817
"author": "Kiran Abburi",
1918
"license": "MIT",
@@ -79,8 +78,7 @@
7978
"create-react-class": "^15.5.2",
8079
"enquire.js": "^2.1.6",
8180
"json2mq": "^0.2.0",
82-
"object-assign": "^4.1.0",
83-
"opencollective": "^1.0.3"
81+
"object-assign": "^4.1.0"
8482
},
8583
"peerDependencies": {
8684
"react": "^0.14.0 || ^15.0.1 || ^16.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.