Skip to content

Commit

Permalink
Moving back to emberfire package
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 22, 2019
1 parent dc244d3 commit ecaeed6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 43 deletions.
51 changes: 15 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "emberfire-exp",
"name": "emberfire",
"version": "3.0.0",
"description": "The officially supported adapter for using Firebase with Ember",
"keywords": [
Expand Down
3 changes: 0 additions & 3 deletions tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# TODO remove when no longer publishing to emberfire-exp
export EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH=true

if test $TAG_NAME; then
npm version $(echo $TAG_NAME | sed 's/^v\(.*\)$/\1/')
else
Expand Down
3 changes: 0 additions & 3 deletions tools/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# TODO remove when no longer publishing to emberfire-exp
export EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH=true

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list

Expand Down

0 comments on commit ecaeed6

Please sign in to comment.