Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 96c75a3

Browse files
author
Justin Slattery
committed
Rev version and republish in npm
- Dist folder didn't show up in previous publish. - Add .npmignore
1 parent 13802a2 commit 96c75a3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Don't publish jsx source
2+
*.jsx
3+
4+
# Don't check in new buids of test
5+
test/
6+
7+
# Don't check gh-pages related code
8+
stylesheets/
9+
index.html
10+
params.json
11+
CNAME

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabletable",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A simple, but extremely flexible table component written in ReactJS.",
55
"main": "dist/entry.js",
66
"scripts": {
@@ -24,10 +24,11 @@
2424
},
2525
"homepage": "https://github.com/ZeroarcSoftware/tabletable#readme",
2626
"devDependencies": {
27-
"autobind-decorator": "^1.3.2",
2827
"babel": "^5.8.23"
2928
},
3029
"dependencies": {
30+
"autobind-decorator": "^1.3.2",
31+
"classnames": "^2.2.0",
3132
"immutable": "^3.7.5",
3233
"react": "^0.14.0",
3334
"react-addons-shallow-compare": "^0.14.0"

0 commit comments

Comments
 (0)