Skip to content

Commit c0c64f9

Browse files
committed
Update package.json dependencies
1 parent 0cc28fb commit c0c64f9

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 element-ui
3+
Copyright (c) 2016 ElemeFE
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "[email protected]:elemefe/element.git"
26+
"url": "[email protected]:ElemeFE/element.git"
2727
},
2828
"homepage": "http://element.eleme.io",
2929
"keywords": [
@@ -32,15 +32,12 @@
3232
"components"
3333
],
3434
"bugs": {
35-
"url": "https://github.com/elemefe/element/issues"
35+
"url": "https://github.com/ElemeFE/element/issues"
3636
},
3737
"dependencies": {
3838
"async-validator": "^1.6.6",
39-
"gulp": "^3.9.1",
40-
"gulp-cssmin": "^0.1.7",
41-
"gulp-postcss": "^6.1.1",
39+
"object-assign": "^4.1.0",
4240
"object-equal": "^1.0.0",
43-
"postcss-salad": "^1.0.5",
4441
"throttle-debounce": "^1.0.1",
4542
"vue-popup": "^0.2.8",
4643
"wind-dom": "0.0.3"
@@ -63,6 +60,9 @@
6360
"file-loader": "^0.9.0",
6461
"file-save": "^0.2.0",
6562
"gh-pages": "^0.11.0",
63+
"gulp": "^3.9.1",
64+
"gulp-cssmin": "^0.1.7",
65+
"gulp-postcss": "^6.1.1",
6666
"highlight.js": "^9.3.0",
6767
"html-loader": "^0.4.3",
6868
"html-webpack-plugin": "^2.22.0",
@@ -71,9 +71,9 @@
7171
"lerna": "2.0.0-beta.18",
7272
"markdown-it": "^6.1.1",
7373
"markdown-it-container": "^2.0.0",
74-
"object-assign": "^4.1.0",
7574
"postcss": "^5.1.2",
7675
"postcss-loader": "^0.11.1",
76+
"postcss-salad": "^1.0.5",
7777
"rimraf": "^2.5.4",
7878
"style-loader": "^0.13.1",
7979
"theaterjs": "^3.0.0",
@@ -84,7 +84,6 @@
8484
"vue-markdown-loader": "^0.5.1",
8585
"vue-router": "^2.0.0",
8686
"webpack": "^1.13.2",
87-
"webpack-dev-server": "^1.15.1",
88-
"wind-dom": "0.0.3"
87+
"webpack-dev-server": "^1.15.1"
8988
}
9089
}

0 commit comments

Comments
 (0)