-
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
27 changed files
with
70 additions
and
70 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Vulcan", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"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,7 +1,7 @@ | ||
Package.describe({ | ||
name: "example-forum", | ||
summary: "Vulcan forum package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -14,11 +14,11 @@ Package.onUse(function (api) { | |
'fourseven:[email protected]', | ||
|
||
// vulcan core | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
|
||
// vulcan packages | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:email', | ||
'vulcan:forms', | ||
'vulcan:newsletter', | ||
|
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 @@ | ||
Package.describe({ | ||
name: 'vulcan:accounts', | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
summary: 'Accounts UI for React in Meteor 1.3+', | ||
git: 'https://github.com/studiointeract/accounts-ui', | ||
documentation: 'README.md' | ||
|
@@ -9,7 +9,7 @@ Package.describe({ | |
Package.onUse(function(api) { | ||
api.versionsFrom('1.3'); | ||
|
||
api.use('vulcan:[email protected].0'); | ||
api.use('vulcan:[email protected].1'); | ||
|
||
api.use('ecmascript'); | ||
api.use('tracker'); | ||
|
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: "vulcan:admin", | ||
summary: "Vulcan components package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -14,7 +14,7 @@ Package.onUse(function (api) { | |
'fourseven:[email protected]', | ||
'[email protected]', | ||
// Vulcan packages | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
|
||
]); | ||
|
||
|
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: 'vulcan:cloudinary', | ||
summary: 'Vulcan file upload package.', | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/client/main.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: "vulcan:core", | ||
summary: "Vulcan core package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,15 +10,15 @@ Package.onUse(function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.imply([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule('lib/server/main.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: "vulcan:debug", | ||
summary: "Vulcan debug package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git", | ||
debugOnly: true | ||
}); | ||
|
@@ -17,8 +17,8 @@ Package.onUse(function (api) { | |
|
||
// Vulcan packages | ||
|
||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
|
||
]); | ||
|
||
|
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: "vulcan:email", | ||
summary: "Vulcan email package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
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: "vulcan:embed", | ||
summary: "Vulcan Embed package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: 'https://github.com/VulcanJS/Vulcan.git' | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse( function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'fourseven:[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: "vulcan:events-ga", | ||
summary: "Vulcan Google Analytics event tracking package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.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: 'vulcan:events-intercom', | ||
summary: 'Vulcan Intercom integration package.', | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/client/main.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: "vulcan:events-internal", | ||
summary: "Vulcan internal event tracking package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.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: "vulcan:events-segment", | ||
summary: "Vulcan Segment", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse(function (api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule('lib/server/main.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: "vulcan:events", | ||
summary: "Vulcan event tracking package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule("lib/server/main.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: "vulcan:forms-tags", | ||
summary: "Vulcan tag input package", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: 'https://github.com/VulcanJS/Vulcan.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
api.mainModule("lib/export.js", ["client", "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: "vulcan:forms-upload", | ||
summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.", | ||
version: "1.8.0", | ||
version: "1.8.1", | ||
git: 'https://github.com/xavcz/nova-forms-upload.git' | ||
}); | ||
|
||
|
@@ -10,8 +10,8 @@ Package.onUse( function(api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
'vulcan:[email protected].1', | ||
'fourseven:[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: "vulcan:forms", | ||
summary: "Form containers for React", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/meteor-utilities/react-form-containers.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function(api) { | |
api.versionsFrom("[email protected]"); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
|
||
'fourseven:[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: "vulcan:i18n-en-us", | ||
summary: "Vulcan i18n package (en_US)", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan.git" | ||
}); | ||
|
||
|
@@ -10,7 +10,7 @@ Package.onUse(function (api) { | |
api.versionsFrom('[email protected]'); | ||
|
||
api.use([ | ||
'vulcan:[email protected].0' | ||
'vulcan:[email protected].1' | ||
]); | ||
|
||
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,14 +1,14 @@ | ||
Package.describe({ | ||
name: 'vulcan:i18n', | ||
summary: "i18n client polyfill", | ||
version: '1.8.0', | ||
version: '1.8.1', | ||
git: "https://github.com/VulcanJS/Vulcan" | ||
}); | ||
|
||
Package.onUse(function (api) { | ||
|
||
api.use([ | ||
'vulcan:[email protected].0', | ||
'vulcan:[email protected].1', | ||
]); | ||
|
||
api.mainModule('lib/server/main.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
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
Oops, something went wrong.