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/ bower_components/
node_modules/ node_modules/
dist/
+8 -8
View File
@@ -1,12 +1,12 @@
{ {
"name": "angular-timezone-select", "name": "angular-timezone-selector",
"version": "1.0.1", "version": "1.0.0",
"homepage": "https://github.com/alexcheng1982/angular-timezone-select", "homepage": "https://github.com/mishguruorg/angular-timezone-selector",
"authors": [ "authors": [
"Fu Cheng <alexcheng1982@gmail.com>" "Ashok Fernandez <ashok@mish.guru>"
], ],
"description": "Country timezone for AngularJS", "description": "Timezone selector for Angular JS",
"main": "dist/angular-timezone-select.js", "main": "dist/angular-timezone-selector.min.js",
"keywords": [ "keywords": [
"timezone", "timezone",
"select" "select"
@@ -21,9 +21,9 @@
], ],
"dependencies": { "dependencies": {
"angular": "~1.3.8", "angular": "~1.3.8",
"select2": "~4.0.0",
"moment": "~2.10.3", "moment": "~2.10.3",
"moment-timezone": "~0.4.0", "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", "version": "1.0.1",
"description": "AngularJS timezone select", "description": "AngularJS timezone select",
"main": "dist/angular-timezone-select.js", "main": "dist/angular-timezone-selector.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/alexcheng1982/angular-country-select.git" "url": "git://github.com/mishguruorg/angular-country-selector.git"
}, },
"keywords": [ "keywords": [
"angular", "angular",
"timezone", "timezone",
"select" "select"
], ],
"author": "Fu Cheng <alexcheng1982@gmail.com>", "author": "Ashok Fernandez <ashok@mish.guru>",
"license": "MIT", "license": "MIT",
"bugs": { "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", "homepage": "https://github.com/alexcheng1982/angular-timezone-select",
"devDependencies": { "devDependencies": {