Skip to content

Commit 44d4505

Browse files
committed
config
1 parent b0ca0e0 commit 44d4505

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/ant-design/ant-mobile"
24+
"url": "[email protected].com:iat/ant-mobile.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/ant-design/ant-mobile/issues"
27+
"url": "http://gitlab.alipay-inc.com/iat/ant-mobile/issues"
2828
},
2929
"main": "lib/index",
3030
"files": [

scripts/importWebCss.js

-1
This file was deleted.

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var pkg = require('./package');
55

66
var entry = {};
77
entry['index'] = './scripts/importCss.js';
8-
entry['web'] = './scripts/importWebCss.js';
98
entry['demo'] = './scripts/demo.js';
109

1110
module.exports = {

0 commit comments

Comments
 (0)