Renamed project

This commit is contained in:
Ashok Fernandez
2015-06-12 13:46:01 +02:00
parent eca6e44889
commit 32ebc8ed12
5 changed files with 122 additions and 14 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
bower_components/
node_modules/
node_modules/
dist/
+8 -8
View File
@@ -1,12 +1,12 @@
{
"name": "angular-timezone-select",
"version": "1.0.1",
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
"name": "angular-timezone-selector",
"version": "1.0.0",
"homepage": "https://github.com/mishguruorg/angular-timezone-selector",
"authors": [
"Fu Cheng <alexcheng1982@gmail.com>"
"Ashok Fernandez <ashok@mish.guru>"
],
"description": "Country timezone for AngularJS",
"main": "dist/angular-timezone-select.js",
"description": "Timezone selector for Angular JS",
"main": "dist/angular-timezone-selector.min.js",
"keywords": [
"timezone",
"select"
@@ -21,9 +21,9 @@
],
"dependencies": {
"angular": "~1.3.8",
"select2": "~4.0.0",
"moment": "~2.10.3",
"moment-timezone": "~0.4.0",
"lodash": "~3.9.3"
"lodash": "~3.9.3",
"chosen": "~1.4.2"
}
}
File diff suppressed because one or more lines are too long
+5 -5
View File
@@ -1,24 +1,24 @@
{
"name": "angular-timezone-select",
"name": "angular-timezone-selector",
"version": "1.0.1",
"description": "AngularJS timezone select",
"main": "dist/angular-timezone-select.js",
"main": "dist/angular-timezone-selector.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/alexcheng1982/angular-country-select.git"
"url": "git://github.com/mishguruorg/angular-country-selector.git"
},
"keywords": [
"angular",
"timezone",
"select"
],
"author": "Fu Cheng <alexcheng1982@gmail.com>",
"author": "Ashok Fernandez <ashok@mish.guru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexcheng1982/angular-timezone-select/issues"
"url": "https://github.com/mishguruorg/angular-country-selector/issues"
},
"homepage": "https://github.com/alexcheng1982/angular-timezone-select",
"devDependencies": {