rename packages telescope:foo -> nova:foo

This commit is contained in:
Sacha Greif 2016-02-24 10:09:23 +09:00
parent c630704d34
commit b07e429e11
114 changed files with 237 additions and 263 deletions

View file

@ -4,62 +4,37 @@
# but you can also edit it by hand.
############ Telescope Core ############
############ Nova Core ############
telescope:core
nova:core
############ Telescope Packages (Optional) ############
############ Nova Packages (Optional) ############
# Note: all following packages depend on telescope:core; Additional internal dependencies are mentioned
# Note: all following packages depend on nova:core
telescope:users
telescope:posts
telescope:comments
nova:users
nova:posts
nova:comments
nova:newsletter
nova:search
nova:notifications
nova:getting-started
nova:tags
telescope:newsletter
telescope:search
telescope:notifications
telescope:getting-started
# nova:scoring
# nova:migrations
# nova:api
# nova:email
# nova:embedly
# nova:invites
# nova:kadira
# nova:post-by-feed
# nova:prerender
# nova:releases
# nova:rss
# nova:subscribe-to-posts
nova:base-components
nova:basic-styles
############ Customizable Packages ############
# telescope:scoring
# telescope:migrations
# telescope:api
# telescope:daily
# telescope:datetimepicker
# telescope:debug
# telescope:email
# telescope:embedly
# telescope:invites
# telescope:kadira
# telescope:pages
# telescope:post-by-feed
# telescope:prerender
# telescope:releases
# telescope:rss
# telescope:share
# telescope:singleday
# telescope:sitemap
# telescope:spiderable
# telescope:subscribe-to-posts # notifications
# telescope:tagline-banner
telescope:tags
# telescope:theme-base
# telescope:theme-hubble
# telescope:update-prompt
############ Your Custom Packages ############
# my-custom-package
# telescope:forms
# theme-test
base-components
base-styles

View file

@ -17,6 +17,8 @@ arillo:flow-router-helpers@0.5.1
autoupdate@1.2.5-beta.10
babel-compiler@6.4.0-beta.10
babel-runtime@0.1.5-beta.10
base-components@0.25.7
base-styles@0.25.7
base64@1.0.5-beta.10
binary-heap@1.0.5-beta.10
blaze@2.1.4-beta.10
@ -87,8 +89,20 @@ momentjs:moment@2.11.2
mongo@1.1.4-beta.10
mongo-id@1.0.1
mongo-livedata@1.0.9
nova:base-components@0.25.7
nova:basic-styles@0.25.7
nova:comments@0.25.7
nova:core@0.25.7
nova:email@0.25.7
nova:events@0.25.7
nova:getting-started@0.25.7
nova:i18n@0.25.7
nova:lib@0.25.7
nova:newsletter@0.25.7_1
nova:notifications@0.25.7
nova:posts@0.25.7
nova:search@0.25.7
nova:settings@0.25.7
nova:tags@0.25.7
nova:users@0.25.7
npm-bcrypt@0.7.8_2
npm-mongo@1.4.40-beta.10
oauth@1.1.7-beta.10
@ -120,20 +134,6 @@ spacebars@1.0.8-beta.10
spacebars-compiler@1.0.8-beta.10
srp@1.0.5-beta.10
tap:i18n@1.7.0
telescope:comments@0.25.7
telescope:core@0.25.7
telescope:email@0.25.7
telescope:events@0.25.7
telescope:getting-started@0.25.7
telescope:i18n@0.25.7
telescope:lib@0.25.7
telescope:newsletter@0.25.7_1
telescope:notifications@0.25.7
telescope:posts@0.25.7
telescope:search@0.25.7
telescope:settings@0.25.7
telescope:tags@0.25.7
telescope:users@0.25.7
templating@1.1.6-beta.10
templating-tools@1.0.1-beta.10
tmeasday:publish-counts@0.7.3

View file

@ -29,10 +29,10 @@ reactive-dict@1.1.0
reactive-var@1.0.5
retry@1.0.3
spacebars-compiler@1.0.6
telescope:api@0.1.0
telescope:lib@0.3.1
telescope:settings@0.1.0
telescope:users@0.1.0
nova:api@0.1.0
nova:lib@0.3.1
nova:settings@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:api",
name: "nova:api",
summary: "Telescope API package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -9,7 +9,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles([
'lib/server/api.js',

View file

@ -153,7 +153,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -1,5 +1,5 @@
Package.describe({
name: 'telescope:cloudinary',
name: 'nova:cloudinary',
summary: 'Telescope file upload package.',
version: '0.25.7',
git: "https://github.com/TelescopeJS/Telescope.git"
@ -14,7 +14,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'nova:core@0.25.7',
// 'lepozepo:cloudinary@4.1.1'
// 'lepozepo:s3@5.1.5'
]);

View file

@ -38,11 +38,11 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:embedly@0.3.1
telescope:lib@0.3.1
telescope:messages@0.1.0
telescope:posts@0.1.2
telescope:settings@0.1.0
nova:embedly@0.3.1
nova:lib@0.3.1
nova:messages@0.1.0
nova:posts@0.1.2
nova:settings@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:embedly",
name: "nova:embedly",
summary: "Telescope Embedly module package",
version: "0.25.7",
git: 'https://github.com/TelescopeJS/telescope-embedly.git'
@ -9,7 +9,7 @@ Package.onUse( function(api) {
api.versionsFrom("METEOR@1.0");
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles([
'package-tap.i18n',

View file

@ -173,7 +173,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:forms",
name: "nova:forms",
summary: "Telescope Forms package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope.git"
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:lib@0.25.7'
'nova:lib@0.25.7'
]);
api.addFiles([

View file

@ -44,12 +44,12 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:i18n@0.1.0
telescope:invites@0.1.0
telescope:lib@0.3.1
telescope:messages@0.1.0
telescope:settings@0.1.0
telescope:users@0.1.0
nova:i18n@0.1.0
nova:invites@0.1.0
nova:lib@0.3.1
nova:messages@0.1.0
nova:settings@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:invites",
name: "nova:invites",
summary: "Telescope invites package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-invites.git"
@ -17,7 +17,7 @@ Package.onUse(function (api) {
// automatic (let the package specify where it's needed)
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
// client

View file

@ -197,7 +197,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -42,9 +42,9 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:kadira@0.1.0
telescope:lib@0.3.1
telescope:settings@0.1.0
nova:kadira@0.1.0
nova:lib@0.3.1
nova:settings@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:kadira",
name: "nova:kadira",
summary: "Telescope Kadira package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-kadira.git"
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'nova:core@0.25.7',
'meteorhacks:kadira@2.24.1',
'kadira:debug@2.2.4'
], ['client', 'server']);

View file

@ -185,7 +185,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:migrations",
name: "nova:migrations",
summary: "Telescope migrations package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -9,7 +9,7 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0");
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles([
'lib/server/migrations.js'

View file

@ -30,7 +30,7 @@ iron:url@1.0.7
jquery@1.11.3_2
json@1.0.3
livedata@1.0.13
local-test:telescope:post-by-feed@0.1.0
local-test:nova:post-by-feed@0.1.0
logging@1.0.7
matb33:collection-hooks@0.7.11
meteor@1.1.6
@ -50,11 +50,11 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:lib@0.3.1
telescope:messages@0.1.0
telescope:post-by-feed@0.1.0
telescope:posts@0.1.2
telescope:tags@0.1.0
nova:lib@0.3.1
nova:messages@0.1.0
nova:post-by-feed@0.1.0
nova:posts@0.1.2
nova:tags@0.1.0
templating@1.1.1
tinytest@1.0.5
tracker@1.0.7

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:post-by-feed",
name: "nova:post-by-feed",
summary: "Auto post via RSS to Telescope",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-post-by-feed.git"
@ -16,7 +16,7 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0");
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles([
'lib/feeds.js',

View file

@ -209,7 +209,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -29,10 +29,10 @@ reactive-dict@1.1.0
reactive-var@1.0.5
retry@1.0.3
spacebars-compiler@1.0.6
telescope:lib@0.3.1
telescope:posts@0.1.2
telescope:rss@0.1.0
telescope:settings@0.1.0
nova:lib@0.3.1
nova:posts@0.1.2
nova:rss@0.1.0
nova:settings@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:rss",
name: "nova:rss",
summary: "Telescope RSS package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-rss.git"
@ -9,7 +9,7 @@ Npm.depends({rss: "1.1.1"});
Package.onUse(function (api) {
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles(['lib/server/rss.js', 'lib/server/routes.js'], ['server']);

View file

@ -153,7 +153,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -52,15 +52,15 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:email@0.3.0
telescope:i18n@0.1.0
telescope:lib@0.3.1
telescope:messages@0.1.0
telescope:notifications@0.1.0
telescope:posts@0.1.2
telescope:settings@0.1.0
telescope:subscribe-to-posts@0.1.0
telescope:users@0.1.0
nova:email@0.3.0
nova:i18n@0.1.0
nova:lib@0.3.1
nova:messages@0.1.0
nova:notifications@0.1.0
nova:posts@0.1.2
nova:settings@0.1.0
nova:subscribe-to-posts@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:subscribe-to-posts",
name: "nova:subscribe-to-posts",
summary: "Subscribe to posts to be notified when they get new comments",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-subscribe-to-posts.git"
@ -14,7 +14,7 @@ Package.onUse(function (api) {
// automatic (let the package specify where it's needed)
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
// ---------------------------------- 2. Files to include ----------------------------------

View file

@ -189,7 +189,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:lib@0.25.7'
'nova:lib@0.25.7'
]);
api.addFiles([

View file

@ -53,12 +53,12 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:daily@0.1.0
telescope:i18n@0.1.0
telescope:lib@0.3.1
telescope:posts@0.1.0
telescope:settings@0.1.0
telescope:singleday@0.1.0
nova:daily@0.1.0
nova:i18n@0.1.0
nova:lib@0.3.1
nova:posts@0.1.0
nova:settings@0.1.0
nova:singleday@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:daily",
name: "nova:daily",
summary: "Telescope daily view",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7'
'nova:core@0.25.7'
]);
api.addFiles([

View file

@ -213,7 +213,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -20,8 +20,8 @@ ordered-dict@1.0.3
random@1.0.3
reactive-var@1.0.5
spacebars-compiler@1.0.6
telescope:lib@0.3.1
telescope:share@0.1.0
nova:lib@0.3.1
nova:share@0.1.0
templating@1.1.1
tracker@1.0.7
underscore@1.0.3

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:share",
name: "nova:share",
summary: "Telescope share module package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-share.git"
@ -9,7 +9,7 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0");
api.use(['telescope:core@0.25.7']);
api.use(['nova:core@0.25.7']);
api.addFiles([
'lib/share.js'

View file

@ -153,7 +153,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -1,4 +1,4 @@
import Messages from "meteor/telescope:core";
import Messages from "meteor/nova:core";
const Flash = React.createClass({

View file

@ -1,7 +1,7 @@
// const Formsy = require('formsy-react');
// const FRC = require('formsy-react-components');
import Messages from "meteor/telescope:core";
import Messages from "meteor/nova:core";
import Formsy from 'formsy-react';
import FRC from 'formsy-react-components';

View file

@ -1,7 +1,7 @@
// const Formsy = require('formsy-react');
// const FRC = require('formsy-react-components');
import Messages from "meteor/telescope:core";
import Messages from "meteor/nova:core";
import Formsy from 'formsy-react';
import FRC from 'formsy-react-components';

View file

@ -1,7 +1,7 @@
// const Formsy = require('formsy-react');
// const FRC = require('formsy-react-components');
import Messages from "meteor/telescope:core";
import Messages from "meteor/nova:core";
import Formsy from 'formsy-react';
import FRC from 'formsy-react-components';

View file

@ -1,5 +1,5 @@
Package.describe({
name: "nova:base-components",
name: "base-components",
summary: "Telescope components package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope.git"
@ -10,18 +10,19 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'telescope:posts@0.25.7',
// 'telescope:i18n@0.25.7',
// 'telescope:settings@0.25.7',
'telescope:users@0.25.7',
'telescope:comments@0.25.7',
// Nova packages
'nova:core@0.25.7',
'nova:posts@0.25.7',
'nova:users@0.25.7',
'nova:comments@0.25.7',
// third-party packages
'alt:react-accounts-ui@1.0.0',
// 'alt:react-accounts-unstyled',
'dburles:spacebars-tohtml@1.0.1',
// 'alt:react-accounts-unstyled'
]);
api.addFiles([

View file

@ -1,5 +1,5 @@
Package.describe({
name: "nova:basic-styles",
name: "base-styles",
summary: "Nova basic styles package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,8 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'nova:base-components'
'nova:core@0.25.7'
]);
api.addFiles([
@ -19,5 +18,4 @@ Package.onUse(function (api) {
'lib/stylesheets/main.css'
], ['client']);
});

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:comments",
name: "nova:comments",
summary: "Telescope comments package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,15 +10,15 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:lib@0.25.7',
// 'telescope:i18n@0.25.7',
'telescope:settings@0.25.7',
'telescope:posts@0.25.7',
'telescope:users@0.25.7'
'nova:lib@0.25.7',
// 'nova:i18n@0.25.7',
'nova:settings@0.25.7',
'nova:posts@0.25.7',
'nova:users@0.25.7'
]);
api.use([
'telescope:notifications@0.25.7'
'nova:notifications@0.25.7'
], ['client', 'server'], {weak: true});
api.addFiles([

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:core",
name: "nova:core",
summary: "Telescope core package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,11 +10,11 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0");
var packages = [
'telescope:lib@0.25.7', // no dependencies
// 'telescope:messages@0.25.7', // lib
'telescope:i18n@0.25.7', // lib
'telescope:events@0.25.7', // lib, i18n
'telescope:settings@0.25.7', // lib, i18n
'nova:lib@0.25.7', // no dependencies
// 'nova:messages@0.25.7', // lib
'nova:i18n@0.25.7', // lib
'nova:events@0.25.7', // lib, i18n
'nova:settings@0.25.7', // lib, i18n
];
api.use(packages);

View file

@ -46,11 +46,11 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:email@0.3.0
telescope:i18n@0.1.0
telescope:lib@0.3.1
telescope:settings@0.1.0
telescope:users@0.1.0
nova:email@0.3.0
nova:i18n@0.1.0
nova:lib@0.3.1
nova:settings@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:email",
name: "nova:email",
summary: "Telescope email package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-email.git"
@ -14,7 +14,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'nova:core@0.25.7',
'sacha:juice@0.1.4'
]);

View file

@ -193,7 +193,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:events",
name: "nova:events",
summary: "Telescope event tracking package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,8 +10,8 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0");
api.use([
'telescope:lib@0.25.7',
// 'telescope:i18n@0.25.7'
'nova:lib@0.25.7',
// 'nova:i18n@0.25.7'
]);
api.addFiles([

View file

@ -42,10 +42,10 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:getting-started@0.1.0
telescope:i18n@0.1.0
telescope:lib@0.3.1
telescope:posts@0.1.2
nova:getting-started@0.1.0
nova:i18n@0.1.0
nova:lib@0.3.1
nova:posts@0.1.2
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:getting-started",
name: "nova:getting-started",
summary: "Getting started posts",
version: '0.25.7',
git: "https://github.com/TelescopeJS/telescope-getting-started.git"
@ -14,10 +14,10 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:core@0.25.7',
'telescope:posts@0.25.7',
'telescope:comments@0.25.7',
'telescope:users@0.25.7'
'nova:core@0.25.7',
'nova:posts@0.25.7',
'nova:comments@0.25.7',
'nova:users@0.25.7'
]);
api.addFiles([

View file

@ -189,7 +189,7 @@
"0.0.0"
],
[
"telescope:i18n",
"nova:i18n",
"0.0.0"
],
[

View file

@ -28,7 +28,7 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:i18n@0.1.0
nova:i18n@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:i18n",
name: "nova:i18n",
summary: "Telescope i18n package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/Telescope.git"
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']);
api.use([
'telescope:lib@0.25.7',
'nova:lib@0.25.7',
'tap:i18n@1.7.0'
]);

View file

@ -7,6 +7,6 @@ jquery@1.11.3_2
json@1.0.3
meteor@1.1.6
random@1.0.3
telescope:lib@0.3.1
nova:lib@0.3.1
tracker@1.0.7
underscore@1.0.3

View file

@ -1,5 +1,5 @@
Package.describe({
name: 'telescope:lib',
name: 'nova:lib',
summary: 'Telescope libraries.',
version: '0.25.7',
git: "https://github.com/TelescopeJS/Telescope.git"

View file

@ -50,12 +50,12 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:lib@0.3.1
telescope:messages@0.1.0
telescope:newsletter@0.1.1
telescope:posts@0.1.2
telescope:settings@0.1.0
telescope:users@0.1.0
nova:lib@0.3.1
nova:messages@0.1.0
nova:newsletter@0.1.1
nova:posts@0.1.2
nova:settings@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:newsletter",
name: "nova:newsletter",
summary: "Telescope email newsletter package",
version: "0.25.7_1",
git: "https://github.com/TelescopeJS/telescope-newsletter.git"
@ -14,11 +14,11 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0");
api.use([
'telescope:core@0.25.7',
'telescope:posts@0.25.7',
'telescope:comments@0.25.7',
'telescope:users@0.25.7',
'telescope:email@0.25.7',
'nova:core@0.25.7',
'nova:posts@0.25.7',
'nova:comments@0.25.7',
'nova:users@0.25.7',
'nova:email@0.25.7',
'miro:mailchimp@1.1.0',
]);

View file

@ -51,13 +51,13 @@ session@1.1.0
spacebars@1.0.6
spacebars-compiler@1.0.6
tap:i18n@1.4.1
telescope:email@0.3.0
telescope:i18n@0.1.0
telescope:lib@0.3.1
telescope:notifications@0.1.0
telescope:posts@0.1.2
telescope:settings@0.1.0
telescope:users@0.1.0
nova:email@0.3.0
nova:i18n@0.1.0
nova:lib@0.3.1
nova:notifications@0.1.0
nova:posts@0.1.2
nova:settings@0.1.0
nova:users@0.1.0
templating@1.1.1
tracker@1.0.7
ui@1.0.6

View file

@ -1,5 +1,5 @@
Package.describe({
name: "telescope:notifications",
name: "nova:notifications",
summary: "Telescope notifications package",
version: "0.25.7",
git: "https://github.com/TelescopeJS/telescope-notifications.git"
@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0");
api.use([
'telescope:core@0.25.7',
'telescope:email@0.25.7',
'nova:core@0.25.7',
'nova:email@0.25.7',
'kestanous:herald@1.3.0',
'kestanous:herald-email@0.5.0'
]);

Some files were not shown because too many files have changed in this diff Show more