Skip to content

Commit 25f7f7f

Browse files
authored
Update information about homepage and repository
1 parent 9c36526 commit 25f7f7f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "bootstrap-checkbox",
3-
"version": "1.4.0",
2+
"name": "bootstrap4-checkbox",
3+
"version": "1.0.0",
44
"description": "A checkbox component based on Bootstrap framework",
55
"keywords": [
66
"bootstrap",
77
"checkbox",
88
"jquery-plugin",
99
"switch"
1010
],
11-
"homepage": "https://vsn4ik.github.io/bootstrap-checkbox/",
11+
"homepage": "https://github.com/ONTPNET/bootstrap4-checkbox/",
1212
"author": {
1313
"name": "Vasily A.",
1414
"url": "https://github.com/vsn4ik"
1515
},
16-
"repository": "vsn4ik/bootstrap-checkbox",
16+
"repository": "/ONTPNET/bootstrap4-checkbox",
1717
"license": "MIT",
1818
"files": [
1919
"dist",
2020
"js/**/*.js",
2121
"LICENSE"
2222
],
23-
"main": "dist/js/bootstrap-checkbox.js",
23+
"main": "dist/js/bootstrap4-checkbox.js",
2424
"scripts": {
2525
"test": "grunt"
2626
},
2727
"devDependencies": {
28-
"bootstrap": "~3.3.7",
28+
"bootstrap": "~4.0.0-alpha.6",
2929
"font-awesome": "~4.7.0",
3030
"grunt": "~1.0.1",
3131
"grunt-banner": "~0.6.0",

0 commit comments

Comments
 (0)