Skip to content

Commit

Permalink
updates, & update bower version
Browse files Browse the repository at this point in the history
  • Loading branch information
codylindley committed Jul 27, 2016
1 parent de29d6c commit 21e3930
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.log
node_modules
/*.log
/core-jquery-react-webpack-es6-old/
2 changes: 1 addition & 1 deletion core-jquery-ng1/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"kendo-ui": "kendo-ui-core#^2016.2.617"
"kendo-ui": "kendo-ui-core#^2016.2.727"
}
}
2 changes: 1 addition & 1 deletion core-jquery/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"kendo-ui": "kendo-ui-core#^2016.2.617"
"kendo-ui": "kendo-ui-core#^2016.2.727"
}
}
2 changes: 1 addition & 1 deletion core-mobile-jquery/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"kendo-ui": "kendo-ui-core#^2016.2.617"
"kendo-ui": "kendo-ui-core#^2016.2.727"
}
}
2 changes: 1 addition & 1 deletion professional-jquery-ng1/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"kendo-ui": "https://bower.telerik.com/bower-kendo-ui.git#~2016.2.617"
"kendo-ui": "kendo-ui-core#^2016.2.727"
}
}
2 changes: 1 addition & 1 deletion professional-jquery/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"tests"
],
"dependencies": {
"kendo-ui": "https://bower.telerik.com/bower-kendo-ui.git#~2016.2.617"
"kendo-ui": "kendo-ui-core#^2016.2.727"
}
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Kendo UI For: | Boilerplate Name: | Description:
--------------------- | --------------------------- | -------------
jQuery | [core-jquery](core-jquery/) | Uses [Kendo UI Core](https://github.com/telerik/kendo-ui-core) for jQuery from Bower.
jQuery | [professional-jquery](professional-jquery/) | Uses Kendo UI Professional for jQuery from Bower.
jQuery & Angular 1 | [professional-jquery-ng1](professional-jquery-ng1/) | Uses [Angular 1](http://www.telerik.com/kendo-ui/angularjs-and-kendo-ui-framework-integration) and Kendo UI Professional for jQuery from Bower. Note that [Angular 1 code is included with Kendo UI](http://kendo.cdn.telerik.com/2016.1.226/js/angular.min.js) but you can always [Bower install](https://github.com/angular/bower-angular) your own version.
jQuery (with Angular 1) | [professional-jquery-ng1](professional-jquery-ng1/) | Uses [Angular 1](http://www.telerik.com/kendo-ui/angularjs-and-kendo-ui-framework-integration) and Kendo UI Professional for jQuery from Bower. Note that [Angular 1 code is included with Kendo UI](http://kendo.cdn.telerik.com/2016.1.226/js/angular.min.js) but you can always [Bower install](https://github.com/angular/bower-angular) your own version.
jQuery | [core-mobile-jquery](core-mobile-jquery/) | Uses Kendo [Mobile/Hybrid Widgets](http://demos.telerik.com/kendo-ui/m/index) for jQuery from Bower.
jQuery & Angular 1 | [core-jquery-ng1](core-jquery-ng1/) | Uses [Angular 1](http://www.telerik.com/kendo-ui/angularjs-and-kendo-ui-framework-integration) and [Kendo UI Core](https://github.com/telerik/kendo-ui-core) for jQuery from Bower. Note that [Angular 1 code is included with Kendo UI](http://kendo.cdn.telerik.com/2016.1.226/js/angular.min.js) but you can always [Bower install](https://github.com/angular/bower-angular) your own version.
jQuery (with Angular 1) | [core-jquery-ng1](core-jquery-ng1/) | Uses [Angular 1](http://www.telerik.com/kendo-ui/angularjs-and-kendo-ui-framework-integration) and [Kendo UI Core](https://github.com/telerik/kendo-ui-core) for jQuery from Bower. Note that [Angular 1 code is included with Kendo UI](http://kendo.cdn.telerik.com/2016.1.226/js/angular.min.js) but you can always [Bower install](https://github.com/angular/bower-angular) your own version.
jQuery | [core-jquery-webpack-es6](core-jquery-webpack-es6/) | Uses [Kendo UI Core](https://github.com/telerik/kendo-ui-core) for jQuery, Webpack, and ES6 (i.e. Babel) from npm.
jQuery | [professional-jquery-webpack-es6](professional-jquery-webpack-es6/) | Uses [Kendo UI Professional](http://www.telerik.com/kendo-ui) for jQuery, Webpack, and ES6 (i.e. Babel) from a private Git repo hosted by Telerik.
jQuery | [core-jquery-systemjs-jspm-es6](core-jquery-systemjs-jspm-es6/) | Uses [Kendo UI Core](https://github.com/telerik/kendo-ui-core) for jQuery, SystemJS/jspm, and ES6 (i.e. Babel) from npm.
Expand Down

0 comments on commit 21e3930

Please sign in to comment.