Skip to content

Commit e33ec5c

Browse files
author
xiaoqing.dongxq
committed
support spm
1 parent 6cee558 commit e33ec5c

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-table",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"keywords": ["react","table","rc-table"],
66
"homepage": "https://github.com/react-component/table",
@@ -13,14 +13,23 @@
1313
"url": "https://github.com/react-component/table/issues"
1414
},
1515
"licenses": "MIT",
16-
"spm": {},
16+
"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+
},
1728
"config":{
1829
"port":8000
1930
},
2031
"scripts": {
2132
"start": "node --harmony server",
22-
"install":"gulp config",
23-
"update":"gulp config",
2433
"publish": "gulp tag",
2534
"lint": "gulp lint",
2635
"test": "",

0 commit comments

Comments
 (0)