mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
Package.describe({
|
|
summary: "(For prototyping only) Allow all database writes from the client",
|
|
version: '1.0.7'
|
|
});
|
|
|
|
// This package is empty; its presence is detected by mongo-livedata.
|