Rename component

// FREEBIE
This commit is contained in:
lilia 2016-08-25 11:18:17 -07:00
parent 87f4029210
commit fd470fe1fb
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
"mustache": "~0.8.2", "mustache": "~0.8.2",
"qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71", "qrcode": "https://github.com/davidshimjs/qrcodejs.git#1c78ccd71",
"libphonenumber-api": "https://github.com/liliakai/libphonenumber-api.git", "libphonenumber-api": "https://github.com/liliakai/libphonenumber-api.git",
"momentjs": "~2.14.0", "moment": "~2.14.0",
"indexeddb-backbonejs-adapter": "*", "indexeddb-backbonejs-adapter": "*",
"intl-tel-input": "~4.0.1", "intl-tel-input": "~4.0.1",
"blueimp-load-image": "~1.13.0", "blueimp-load-image": "~1.13.0",
@ -63,7 +63,7 @@
"libphonenumber-api": [ "libphonenumber-api": [
"libphonenumber_api-compiled.js" "libphonenumber_api-compiled.js"
], ],
"momentjs": [ "moment": [
"min/moment-with-locales.js" "min/moment-with-locales.js"
], ],
"indexeddb-backbonejs-adapter": [ "indexeddb-backbonejs-adapter": [
@ -115,7 +115,7 @@
"indexeddb-backbonejs-adapter", "indexeddb-backbonejs-adapter",
"qrcode", "qrcode",
"libphonenumber-api", "libphonenumber-api",
"momentjs", "moment",
"intl-tel-input", "intl-tel-input",
"backbone.typeahead", "backbone.typeahead",
"blueimp-load-image", "blueimp-load-image",