We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
akiran
Learn more about funding links in repositories.
Report abuse
1 parent a5b5adf commit d72750dCopy full SHA for d72750d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-slick",
3
- "version": "0.18.0",
+ "version": "0.18.1",
4
"description": " React port of slick carousel",
5
"main": "./lib",
6
"files": [
@@ -12,8 +12,7 @@
12
"prepublish": "babel ./src --out-dir ./lib && gulp dist",
13
"test": "jest",
14
"test:watch": "jest --watch",
15
- "lint": "eslint src",
16
- "postinstall": "opencollective postinstall"
+ "lint": "eslint src"
17
},
18
"author": "Kiran Abburi",
19
"license": "MIT",
@@ -79,8 +78,7 @@
79
78
"create-react-class": "^15.5.2",
80
"enquire.js": "^2.1.6",
81
"json2mq": "^0.2.0",
82
- "object-assign": "^4.1.0",
83
- "opencollective": "^1.0.3"
+ "object-assign": "^4.1.0"
84
85
"peerDependencies": {
86
"react": "^0.14.0 || ^15.0.1 || ^16.0.0",
0 commit comments