Skip to content

Commit

Permalink
Update version and minify file
Browse files Browse the repository at this point in the history
  • Loading branch information
Umakant Patil committed Aug 11, 2017
1 parent ba35821 commit c8693ca
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 51 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "jsmart",
"version" : "2.15.0",
"version" : "2.15.1",
"main" : "jsmart.js",
"license": "LGPL-3.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsmart",
"version": "2.15.0",
"version": "2.15.1",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"keywords": ["jsmart", "smarty", "javascript", "template", "templates"],
"repository": "umakantp/jsmart",
Expand Down
2 changes: 1 addition & 1 deletion jsmart.js
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@
template: '',
ldelim: jSmart.prototype.left_delimiter,
rdelim: jSmart.prototype.right_delimiter,
version: '2.15.0'
version: '2.15.1'
}
};
blocks = this.tree.blocks;
Expand Down
5 changes: 2 additions & 3 deletions jsmart.min.js

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"name": "jsmart",
"title": "jSmart",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"main": "jsmart.js",
"version": "2.15.0",
"url": "https://github.com/umakantp/jsmart/",
"keywords": [
"jsmart",
"smarty",
"javascript",
"template",
"templates"
],
"author": "Max Miroshnikov <miroshnikov@gmail.com>",
"contributors": [
{
"name": "Umakant Patil",
"email": "me@umakantpatil.com"
}
],
"licenses": [
{
"type": "LGPL-3.0",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"dependencies": {},
"devDependencies": {
"php": ">=5.5.3",
"node": ">=0.10.18",
"make": ">=3.81",
"smarty": ">=3.1.15",
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0"
},
"bugs": {
"url": "https://github.com/umakantp/jsmart/issues"
},
"scripts": {
"test": "make test",
"doc": "https://github.com/umakantp/jsmart/wiki"
},
"repository": {
"type": "git",
"url": "https://github.com/umakantp/jsmart.git"
"name": "jsmart",
"title": "jSmart",
"description": "jSmart is a port of the Smarty Template Engine to Javascript.",
"main": "jsmart.js",
"version": "2.15.1",
"url": "https://github.com/umakantp/jsmart/",
"keywords": [
"jsmart",
"smarty",
"javascript",
"template",
"templates"
],
"author": "Max Miroshnikov <miroshnikov@gmail.com>",
"contributors": [
{
"name": "Umakant Patil",
"email": "me@umakantpatil.com"
}
],
"licenses": [
{
"type": "LGPL-3.0",
"url": "http://opensource.org/licenses/LGPL-3.0"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.1",
"make": ">=3.81",
"node": ">=0.10.18",
"php": ">=5.5.3",
"smarty": ">=3.1.15"
},
"bugs": {
"url": "https://github.com/umakantp/jsmart/issues"
},
"scripts": {
"test": "make test",
"doc": "https://github.com/umakantp/jsmart/wiki"
},
"repository": {
"type": "git",
"url": "https://github.com/umakantp/jsmart.git"
}
}

0 comments on commit c8693ca

Please sign in to comment.