Skip to content

Commit

Permalink
merges Vulcan-Starter
Browse files Browse the repository at this point in the history
  • Loading branch information
lewi-g committed Sep 28, 2018
2 parents 74031d0 + 57b0dc9 commit 804e78d
Show file tree
Hide file tree
Showing 144 changed files with 6,974 additions and 505 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deploy.sh
dump/
dump/*

production.settings.json
settings.json
settings.json.not-used
.idea
Expand Down Expand Up @@ -48,5 +49,3 @@ packages/nova-router/.npm
npm-debug.log

.meteor/.id

token.json
18 changes: 18 additions & 0 deletions .meteor/.finished-upgraders
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This file contains information which helps Meteor properly upgrade your
# app when you run 'meteor update'. You should check it into version control
# with your project.

notices-for-0.9.0
notices-for-0.9.1
0.9.4-platform-file
notices-for-facebook-graph-api-2
1.2.0-standard-minifiers-package
1.2.0-meteor-platform-split
1.2.0-cordova-changes
1.2.0-breaking-changes
1.3.0-split-minifiers-package
1.4.0-remove-old-dev-bundle-link
1.4.1-add-shell-server-package
1.4.3-split-account-service-packages
1.5-add-dynamic-import-package
1.7-split-underscore-from-meteor-base
19 changes: 16 additions & 3 deletions .meteor/packages
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
# see http://docs.vulcanjs.org/packages

vulcan:core@1.8.9
vulcan:core

############ Language Packages ############

vulcan:i18n-en-us

############ Accounts Packages ############

accounts-github
[email protected]
# accounts-twitter
# accounts-facebook

############ Your Packages ############

news
getting-started

# example-simple
# example-movies
# example-instagram
# example-forum
# example-customization
# example-permissions
# example-membership
# example-interfaces
# example-reactions
# example-forms
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.6.1
METEOR@1.7.0.1
Loading

0 comments on commit 804e78d

Please sign in to comment.