-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
34 changed files
with
129 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Nova", | ||
"version": "0.27.3", | ||
"version": "0.27.4", | ||
"engines": { | ||
"npm": "^3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Package.describe({ | ||
name: "nova:api", | ||
summary: "Telescope API package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
Package.onUse(function (api) { | ||
|
||
api.versionsFrom(['[email protected]']); | ||
|
||
api.use(['nova:[email protected].3-nova']); | ||
api.use(['nova:[email protected].4-nova']); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
// api.mainModule("lib/client.js", "client"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:base-components", | ||
summary: "Telescope components package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope.git" | ||
}); | ||
|
||
|
@@ -11,10 +11,10 @@ Package.onUse(function (api) { | |
|
||
api.use([ | ||
// Nova packages | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
|
||
// third-party packages | ||
'fortawesome:[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:base-routes", | ||
summary: "Nova routes package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope.git" | ||
}); | ||
|
||
|
@@ -13,10 +13,10 @@ Package.onUse(function (api) { | |
|
||
// Nova packages | ||
|
||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
|
||
// third-party packages | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:base-styles", | ||
summary: "Nova basic styles package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].4-nova', | ||
'fourseven:scss', | ||
// 'juliancwirko:[email protected]', | ||
// 'seba:[email protected]', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:categories", | ||
summary: "Telescope tags package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope-tags.git" | ||
}); | ||
|
||
|
@@ -10,9 +10,9 @@ Package.onUse(function (api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: 'nova:cloudinary', | ||
summary: 'Telescope file upload package.', | ||
version: '0.27.3-nova', | ||
version: '0.27.4-nova', | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.use([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:comments", | ||
summary: "Telescope comments package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
|
@@ -10,15 +10,15 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
], ['client', 'server'], {weak: true}); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:core", | ||
summary: "Telescope core package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
|
@@ -10,12 +10,12 @@ Package.onUse(function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.imply([ | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:debug", | ||
summary: "Telescope debug package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope.git" | ||
}); | ||
|
||
|
@@ -15,11 +15,11 @@ Package.onUse(function (api) { | |
|
||
// Nova packages | ||
|
||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
|
||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:demo", | ||
summary: "Telescope components package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope.git" | ||
}); | ||
|
||
|
@@ -13,7 +13,7 @@ Package.onUse(function (api) { | |
|
||
// Nova packages | ||
|
||
'nova:[email protected].3-nova', | ||
'nova:[email protected].4-nova', | ||
'utilities:[email protected]', | ||
'utilities:[email protected]', | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:email-templates", | ||
summary: "Telescope email templates package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope.git" | ||
}); | ||
|
||
|
@@ -10,11 +10,11 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.addFiles([ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:email", | ||
summary: "Telescope email package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/telescope-email.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom(['[email protected]']); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:embedly", | ||
summary: "Telescope Embedly module package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: 'https://github.com/TelescopeJS/telescope-embedly.git' | ||
}); | ||
|
||
|
@@ -10,9 +10,9 @@ Package.onUse( function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova', | ||
'fourseven:scss' | ||
]); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:events", | ||
summary: "Telescope event tracking package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: "https://github.com/TelescopeJS/Telescope.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.mainModule("lib/server.js", "server"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package.describe({ | ||
name: "nova:forms-tags", | ||
summary: "Telescope tag input package", | ||
version: "0.27.3-nova", | ||
version: "0.27.4-nova", | ||
git: 'https://github.com/TelescopeJS/telescope.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'nova:[email protected].3-nova', | ||
'nova:[email protected].3-nova' | ||
'nova:[email protected].4-nova', | ||
'nova:[email protected].4-nova' | ||
]); | ||
|
||
api.mainModule("lib/export.js", ["client", "server"]); | ||
|
Oops, something went wrong.