Skip to content

Commit

Permalink
Built sffjs from commit 32575c8 on branch master
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Aug 15, 2016
1 parent 501d4d2 commit e9a051f
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 254 deletions.
31 changes: 16 additions & 15 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

String.format for JavaScript
Copyright (c) 2009-2014 Daniel Mester Pirttijärvi
Fork by Georgii Dolzhykov

The library core (stringformat-1.09.js and stringformat-1.09.min.js) is
licensed under the terms of the zlib license.
The library core (sffjs.js and sffjs.min.js) is
licensed under the terms of the zlib license.

* * *

Expand All @@ -29,29 +30,29 @@ freely, subject to the following restrictions:

---------------------------------------------------------------------------

Most of the culture files contain information extracted using the Mono
Most of the culture files contain information extracted using the Mono
class library, licensed under the terms of the MIT X11 license.

* * *

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

---------------------------------------------------------------------------
90 changes: 0 additions & 90 deletions changelog.txt

This file was deleted.

2 changes: 1 addition & 1 deletion cultures/stringformat.sv-SE.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cultures/stringformat.sv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sffjs",
"version": "1.10.0",
"version": "1.11.1",
"description": "String.Format for JavaScript",
"main": "sffjs.js",
"repository": {
Expand All @@ -22,11 +22,15 @@
},
"homepage": "https://github.com/thorn0/sffjs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-control": "^0.6.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-uglify": "^0.9.2",
"load-grunt-tasks": "^3.3.0"
"grunt": "^1.0.1",
"grunt-build-control": "^0.7.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "node src/stringformat.tests",
"dotnet": "node src/stringformat.tests dotnet"
}
}
Loading

0 comments on commit e9a051f

Please sign in to comment.