Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Fixed issue where example shows up whenever package is included in an app #22

Merged
merged 1 commit into from
Jun 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.build*
.versions
.DS_Store
node_modules
8 changes: 0 additions & 8 deletions example/.meteor/.finished-upgraders

This file was deleted.

1 change: 0 additions & 1 deletion example/.meteor/release

This file was deleted.

51 changes: 0 additions & 51 deletions example/.meteor/versions

This file was deleted.

78 changes: 0 additions & 78 deletions example/_tooltip.scss

This file was deleted.

83 changes: 0 additions & 83 deletions example/tooltip-examples.scss

This file was deleted.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'lookback:tooltips',
summary: 'Reactive tooltips.',
version: '0.5.5',
version: '0.6',
git: 'https://github.com/lookback/meteor-tooltips.git'
});

Expand Down
17 changes: 17 additions & 0 deletions private/example/.meteor/.finished-upgraders
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
File renamed without changes.
23 changes: 19 additions & 4 deletions example/.meteor/packages → private/example/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.

meteor-platform
autopublish
insecure
fourseven:scss
[email protected]
[email protected]
lookback:tooltips
coffeescript
meteor-base
mobile-experience
mongo
blaze-html-templates
session
jquery
tracker
logging
reload
random
ejson
spacebars
check
standard-minifier-css
standard-minifier-js
shell-server
dynamic-import
1 change: 1 addition & 0 deletions private/example/.meteor/release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]
78 changes: 78 additions & 0 deletions private/example/.meteor/versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]_1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
lookback:[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Loading