Browse Source

Updated package files

The package files (bower, npm, etc.) now point to the new
distribution locations, and have the beta version numbers in place.
The version number has been removed from the `bower.json` and
`composer.json` files as they will retrieve the version numbers
from Git.
Kevin Brown 10 years ago
parent
commit
e76460a392
5 changed files with 41 additions and 83 deletions
  1. 9 2
      bower.json
  2. 5 52
      component.json
  3. 5 10
      composer.json
  4. 18 11
      package.json
  5. 4 8
      select2.jquery.json

+ 9 - 2
bower.json

@@ -1,7 +1,14 @@
 {
 {
     "name": "select2",
     "name": "select2",
-    "version": "3.5.2",
-    "main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"],
+    "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
+    "main": [
+        "dist/js/select2.js",
+        "dist/css/select2.css"
+    ],
+    "repository": {
+        "type": "git",
+        "url": "[email protected]:select2/select2.git"
+    },
     "dependencies": {
     "dependencies": {
         "jquery": ">= 1.7.1"
         "jquery": ">= 1.7.1"
     }
     }

+ 5 - 52
component.json

@@ -2,65 +2,18 @@
   "name": "select2",
   "name": "select2",
   "repo": "select/select2",
   "repo": "select/select2",
   "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
   "description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
-  "version": "3.5.2",
+  "version": "4.0.0-beta.1",
   "demo": "https://select2.github.io/",
   "demo": "https://select2.github.io/",
   "keywords": [
   "keywords": [
     "jquery"
     "jquery"
   ],
   ],
-  "main": "select2.js",
+  "main": "dist/js/select2.js",
   "styles": [
   "styles": [
-    "select2.css",
-    "select2-bootstrap.css"
+    "dist/css/select2.css"
   ],
   ],
   "scripts": [
   "scripts": [
-    "select2.js",
-    "select2_locale_ar.js",
-    "select2_locale_bg.js",
-    "select2_locale_ca.js",
-    "select2_locale_cs.js",
-    "select2_locale_da.js",
-    "select2_locale_de.js",
-    "select2_locale_el.js",
-    "select2_locale_es.js",
-    "select2_locale_et.js",
-    "select2_locale_eu.js",
-    "select2_locale_fa.js",
-    "select2_locale_fi.js",
-    "select2_locale_fr.js",
-    "select2_locale_gl.js",
-    "select2_locale_he.js",
-    "select2_locale_hr.js",
-    "select2_locale_hu.js",
-    "select2_locale_id.js",
-    "select2_locale_is.js",
-    "select2_locale_it.js",
-    "select2_locale_ja.js",
-    "select2_locale_ka.js",
-    "select2_locale_ko.js",
-    "select2_locale_lt.js",
-    "select2_locale_lv.js",
-    "select2_locale_mk.js",
-    "select2_locale_ms.js",
-    "select2_locale_nl.js",
-    "select2_locale_no.js",
-    "select2_locale_pl.js",
-    "select2_locale_pt-BR.js",
-    "select2_locale_pt-PT.js",
-    "select2_locale_ro.js",
-    "select2_locale_ru.js",
-    "select2_locale_sk.js",
-    "select2_locale_sv.js",
-    "select2_locale_th.js",
-    "select2_locale_tr.js",
-    "select2_locale_uk.js",
-    "select2_locale_vi.js",
-    "select2_locale_zh-CN.js",
-    "select2_locale_zh-TW.js"
-  ],
-  "images": [
-    "select2-spinner.gif",
-    "select2.png",
-    "select2x2.png"
+    "dist/js/select2.js",
+    "dist/js/i18n/*.js"
   ],
   ],
   "license": "MIT"
   "license": "MIT"
 }
 }

+ 5 - 10
composer.json

@@ -1,10 +1,9 @@
 {
 {
   "name": "select2/select2",
   "name": "select2/select2",
   "description": "Select2 is a jQuery based replacement for select boxes.",
   "description": "Select2 is a jQuery based replacement for select boxes.",
-  "version": "3.5.2",
   "type": "component",
   "type": "component",
   "homepage": "https://select2.github.io/",
   "homepage": "https://select2.github.io/",
-  "license": "Apache-2.0",
+  "license": "MIT",
   "require": {
   "require": {
     "robloach/component-installer": "*",
     "robloach/component-installer": "*",
     "components/jquery": ">=1.7.1"
     "components/jquery": ">=1.7.1"
@@ -12,16 +11,12 @@
   "extra": {
   "extra": {
     "component": {
     "component": {
       "scripts": [
       "scripts": [
-        "select2.js"
+        "dist/js/select2.js"
       ],
       ],
       "files": [
       "files": [
-        "select2.js",
-        "select2_locale_*.js",
-        "select2.css",
-        "select2-bootstrap.css",
-        "select2-spinner.gif",
-        "select2.png",
-        "select2x2.png"
+        "dist/js/select2.js",
+        "dist/js/i18n/*.js",
+        "dist/css/select2.css"
       ]
       ]
     }
     }
   }
   }

+ 18 - 11
package.json

@@ -7,19 +7,26 @@
     "type": "git",
     "type": "git",
     "url": "git://github.com/select2/select2.git"
     "url": "git://github.com/select2/select2.git"
   },
   },
+  "bugs": {
+    "url": "https://github.com/select2/select2/issues"
+  },
+  "keywords": [
+    "select",
+    "autocomplete",
+    "typeahead",
+    "dropdown",
+    "multiselect",
+    "tag",
+    "tagging"
+  ],
+  "license": "MIT",
   "main": "dist/js/select2.js",
   "main": "dist/js/select2.js",
-  "version": "4.0.0",
+  "version": "4.0.0-beta.1",
   "jspm": {
   "jspm": {
-    "main": "select2",
-    "files": [
-      "select2.js",
-      "select2.png",
-      "select2.css",
-      "select2-spinner.gif"
-    ],
-    "buildConfig": {
-      "uglify": true
-    }
+    "main": "js/select2",
+    "directories": {
+      "lib": "dist"
+    },
   },
   },
   "devDependencies": {
   "devDependencies": {
     "grunt": "^0.4.5",
     "grunt": "^0.4.5",

+ 4 - 8
select2.jquery.json

@@ -11,25 +11,21 @@
         "tag",
         "tag",
         "tagging"
         "tagging"
     ],
     ],
-    "version": "3.5.2",
+    "version": "4.0.0-beta.1",
     "author": {
     "author": {
         "name": "Igor Vaynberg",
         "name": "Igor Vaynberg",
         "url": "https://github.com/ivaynberg"
         "url": "https://github.com/ivaynberg"
     },
     },
     "licenses": [
     "licenses": [
         {
         {
-            "type": "Apache",
-            "url": "http://www.apache.org/licenses/LICENSE-2.0"
-        },
-        {
-            "type": "GPL v2",
-            "url": "http://www.gnu.org/licenses/gpl-2.0.html"
+            "type": "MIT",
+            "url": "http://opensource.org/licenses/MIT"
         }
         }
     ],
     ],
     "bugs": "https://github.com/select2/select2/issues",
     "bugs": "https://github.com/select2/select2/issues",
     "homepage": "https://select2.github.io",
     "homepage": "https://select2.github.io",
     "docs": "https://select2.github.io",
     "docs": "https://select2.github.io",
-    "download": "https://github.com/select2/select2/tags",
+    "download": "https://github.com/select2/select2/releases",
     "dependencies": {
     "dependencies": {
         "jquery": ">=1.7.1"
         "jquery": ">=1.7.1"
     }
     }