diff --git a/.gitignore b/.gitignore index 8aecd97..4334bae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules/ pkg/ *.nupkg -tools/FAKE/ \ No newline at end of file +tools/FAKE/ +.fake/ +package-lock.json diff --git a/.nuget/NuGet.exe b/.nuget/NuGet.exe deleted file mode 100644 index 8dd7e45..0000000 Binary files a/.nuget/NuGet.exe and /dev/null differ diff --git a/Bootstrap.Switch.Less.nuspec b/Bootstrap.Switch.Less.nuspec index 3ebf969..5021a00 100644 --- a/Bootstrap.Switch.Less.nuspec +++ b/Bootstrap.Switch.Less.nuspec @@ -6,12 +6,12 @@ @build.number@ Mattia Larentis Brian Lachniet - https://github.com/nostalgiaz/bootstrap-switch/blob/master/LICENSE - http://www.bootstrap-switch.org/ + https://github.com/Bttstrp/bootstrap-switch/blob/master/LICENSE + https://github.com/Bttstrp/bootstrap-switch false Turn checkboxes and radio buttons in toggle switches. Please report NuGet package issues to https://github.com/blachniet/bootstrap-switch-nuget/issues. Turn checkboxes and radio buttons in toggle switches. - See http://www.bootstrap-switch.org/. + See https://github.com/Bttstrp/bootstrap-switch. Copyright 2014 bootstrap switch javascript js diff --git a/Bootstrap.Switch.nuspec b/Bootstrap.Switch.nuspec index 550aad9..75f8aa8 100644 --- a/Bootstrap.Switch.nuspec +++ b/Bootstrap.Switch.nuspec @@ -6,12 +6,12 @@ @build.number@ Mattia Larentis Brian Lachniet - https://github.com/nostalgiaz/bootstrap-switch/blob/master/LICENSE - http://www.bootstrap-switch.org/ + https://github.com/Bttstrp/bootstrap-switch/blob/master/LICENSE + https://github.com/Bttstrp/bootstrap-switch false Turn checkboxes and radio buttons in toggle switches. Please report NuGet package issues to https://github.com/blachniet/bootstrap-switch-nuget/issues. Turn checkboxes and radio buttons in toggle switches. - See http://www.bootstrap-switch.org/. + See https://github.com/Bttstrp/bootstrap-switch. Copyright 2014 bootstrap switch javascript js diff --git a/README.md b/README.md index 2d2ddb3..82af458 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Bootstrap Switch for NuGet ============================= -This project is responsible for creating the [bootstrap-switch](https://www.nuget.org/packages/Bootstrap.Switch/) package on NuGet for the [Bootstrap Switch](http://www.bootstrap-switch.org/) project. +This project is responsible for creating the [bootstrap-switch](https://www.nuget.org/packages/Bootstrap.Switch/) package on NuGet for the [Bootstrap Switch][1] project. Installation -------------- @@ -13,7 +13,7 @@ To install bootstrap-switch, run the following command in the [Package Manager C Issues -------- -- Report [Bootstrap Switch](http://www.bootstrap-switch.org/) issues [here](https://github.com/nostalgiaz/bootstrap-switch/issues) +- Report [Bootstrap Switch][1] issues [here](https://github.com/Bttstrp/bootstrap-switch/issues) - Report NuGet package issues [here](https://github.com/blachniet/bootstrap-switch-nuget/issues) Building The Package @@ -32,4 +32,6 @@ License ---------- * [This Repo's License](LICENSE) -* [Bootstrap Switch License](https://github.com/nostalgiaz/bootstrap-switch/blob/master/LICENSE) +* [Bootstrap Switch License](https://github.com/Bttstrp/bootstrap-switch/blob/master/LICENSE) + +[1]: https://github.com/Bttstrp/bootstrap-switch \ No newline at end of file diff --git a/build.cmd b/build.cmd index 0ba250f..1c6838f 100644 --- a/build.cmd +++ b/build.cmd @@ -1,4 +1,4 @@ @echo off -.nuget\NuGet.exe install FAKE -OutputDirectory tools -ExcludeVersion +nuget.exe install FAKE -OutputDirectory tools -ExcludeVersion tools\FAKE\tools\FAKE.exe build.fsx %* pause \ No newline at end of file diff --git a/build.fsx b/build.fsx index 9b52e0c..53da20e 100644 --- a/build.fsx +++ b/build.fsx @@ -3,8 +3,8 @@ open Fake open Fake.ProcessHelper open Fake.Git -let npmVersion = "3.3.2" -let nugetVersion = "3.3.2.1" +let npmVersion = "3.3.4" +let nugetVersion = "3.3.4" let pkgDir = "./pkg/" let publish = (getBuildParamOrDefault "publish" "false") = "true"