mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Manifests: Update URLs for core files.
This commit is contained in:
parent
c484bc093b
commit
99c4dde130
@ -3,7 +3,7 @@
|
||||
"description": "The core of jQuery UI, required for all interactions and widgets.",
|
||||
"homepage": "http://jqueryui.com/",
|
||||
"demo": "http://jqueryui.com/",
|
||||
"docs": "http://api.jqueryui.com/category/ui-core"
|
||||
"docs": "http://api.jqueryui.com/category/ui-core/"
|
||||
},
|
||||
"datepicker": {
|
||||
"description": "Displays a calendar from an input or inline for selecting dates.",
|
||||
@ -30,8 +30,8 @@
|
||||
],
|
||||
"category": "effect",
|
||||
"homepage": "http://jqueryui.com/",
|
||||
"demo": "http://jqueryui.com/",
|
||||
"docs": "http://api.jqueryui.com/category/effects-core"
|
||||
"demo": "http://jqueryui.com/effects/",
|
||||
"docs": "http://api.jqueryui.com/category/effects-core/"
|
||||
},
|
||||
"position": {
|
||||
"description": "Positions elements relative to other elements.",
|
||||
|
@ -4,7 +4,6 @@ var path = require( "path" );
|
||||
|
||||
grunt.registerTask( "manifest", "Generate jquery.json manifest files", function() {
|
||||
var pkg = grunt.config( "pkg" ),
|
||||
// TODO: URLs for UI core and effects core
|
||||
base = {
|
||||
core: {
|
||||
name: "ui.{plugin}",
|
||||
|
Loading…
Reference in New Issue
Block a user