Skip to content

Commit e90df4f

Browse files
committed
update and reorg
1 parent fae6d6d commit e90df4f

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

package.json

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,28 @@
1010
"license": "MIT",
1111
"main": "dist/bootstrap-switch-button.min.js",
1212
"files": [
13-
"css/bootstrap-switch-button.css",
14-
"dist/bootstrap-switch-button.min.js",
15-
"dist/bootstrap-switch-button.min.js.map"
13+
"css",
14+
"dist"
1615
],
16+
"scripts": {
17+
"build": "grunt"
18+
},
19+
"directories": {
20+
"example": "demo",
21+
"lib": "dist"
22+
},
23+
"devDependencies": {
24+
"clean-css": "^4.2.1",
25+
"grunt": "^1.0.4",
26+
"grunt-contrib-clean": "^2.0.0",
27+
"grunt-contrib-cssmin": "^3.0.0",
28+
"grunt-contrib-uglify": "^4.0.1",
29+
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "https://github.com/gitbrent/bootstrap-switch-button.git"
34+
},
1735
"keywords": [
1836
"bootstrap",
1937
"bootstrap4",
@@ -27,19 +45,7 @@
2745
"bootstrap-switch-button",
2846
"bootstrap-toggle"
2947
],
30-
"repository": {
31-
"type": "git",
32-
"url": "https://github.com/gitbrent/bootstrap-switch-button.git"
33-
},
3448
"bugs": {
3549
"url": "https://github.com/gitbrent/bootstrap-switch-button/issues"
36-
},
37-
"devDependencies": {
38-
"clean-css": "^4.2.1",
39-
"grunt": "^1.0.4",
40-
"grunt-contrib-clean": "^2.0.0",
41-
"grunt-contrib-cssmin": "^3.0.0",
42-
"grunt-contrib-uglify": "^4.0.1",
43-
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
4450
}
4551
}

0 commit comments

Comments
 (0)