We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cee558 commit e33ec5cCopy full SHA for e33ec5c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rc-table",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"keywords": ["react","table","rc-table"],
6
"homepage": "https://github.com/react-component/table",
@@ -13,14 +13,23 @@
13
"url": "https://github.com/react-component/table/issues"
14
},
15
"licenses": "MIT",
16
- "spm": {},
+ "spm": {
17
+
18
+ "main": "index.js",
19
+ "dependencies": {
20
21
+ },
22
+ "devDependencies": {
23
+ "expect.js": "0.3.1",
24
+ "sinon" : "1.12.1",
25
+ "simulate-dom-event": "^1.0.1"
26
+ }
27
28
"config":{
29
"port":8000
30
31
"scripts": {
32
"start": "node --harmony server",
- "install":"gulp config",
- "update":"gulp config",
33
"publish": "gulp tag",
34
"lint": "gulp lint",
35
"test": "",
0 commit comments