Skip to content

Commit b69d86f

Browse files
authored
Merge pull request #35 from henrybuilt/remove-npm-dep
Removed npm dependency that snuck in
2 parents f3c3e19 + 95fee67 commit b69d86f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sticky-table",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"main": "index.js",
55
"module": "./index.js",
66
"description": "Dynamically sized fixed header and columns for tables",
@@ -67,8 +67,5 @@
6767
"react": "^15.0.0",
6868
"react-dom": " ^15.0.0",
6969
"prop-types": "^15.5.7"
70-
},
71-
"dependencies": {
72-
"npm": "^5.8.0"
7370
}
7471
}

0 commit comments

Comments
 (0)