Ben Newman
cf4e3f7f62
Update package-lock.json.
2017-12-04 17:56:22 -05:00
Ben Newman
eefb1fb05b
Update all dependencies to 7.0.0-beta.34.
2017-12-04 17:55:20 -05:00
Ben Newman
82ebc5f81c
Bump NPM version to 7.0.0-beta.32-1 in preparation for publishing.
2017-11-27 12:57:45 -05:00
Ben Newman
8a64c46e1e
Export a plugin-returning function instead of the plugin itself.
2017-11-27 12:57:19 -05:00
Ben Newman
47abef67ae
Bump NPM version to 7.0.0-beta.32 in preparation for publishing.
2017-11-27 11:10:19 -05:00
Ben Newman
95511f88fa
Update package-lock.json.
2017-11-27 11:09:18 -05:00
Ben Newman
593e7fd69f
Add @babel/core to devDependencies and remove babel-runtime from peers.
2017-11-27 11:09:18 -05:00
Ben Newman
5d25487925
Switch all dependencies to latest @babel-scoped versions.
2017-11-27 11:09:18 -05:00
Ben Newman
38a9a6d572
Bump NPM version to 7.0.0-beta.3-1 in preparation for publishing.
2017-10-17 13:23:51 -04:00
Ben Newman
a88359dcd4
Stop importing no-longer-depended-upon syntax plugins.
2017-10-17 13:23:13 -04:00
Ben Newman
7d2373c3ee
Bump NPM version to 7.0.0-beta.3 in preparation for publishing.
2017-10-17 13:14:15 -04:00
Ben Newman
b064a12f09
Update all dependencies to the latest beta.
2017-10-17 13:13:44 -04:00
Ben Newman
790bb8ce8b
Bump NPM version to 7.0.0-beta.2 in preparation for publishing.
2017-09-26 13:57:19 -04:00
Ben Newman
95a4f21669
Update all dependencies to the latest beta.
2017-09-26 13:56:41 -04:00
Ben Newman
a23b179915
Bump NPM version to 7.0.0-beta.1 in preparation for publishing.
2017-09-20 13:57:22 -04:00
Ben Newman
85e845fec2
Update all dependencies to the latest beta.
2017-09-20 13:56:52 -04:00
Ben Newman
b2ba09c350
Bump NPM version to 7.0.0-beta.0 in preparation for publishing.
2017-09-13 12:47:45 -04:00
Ben Newman
9d90dcc3e0
Bump all versions to @next, currently 7.0.0-beta.0.
2017-09-13 12:47:16 -04:00
Ben Newman
5b9c98a5ac
Add a package-lock.json file for npm@5.
2017-09-07 09:48:31 -04:00
Ben Newman
b20546fc3f
Bump NPM version to 7.0.0-alpha.20 in preparation for publishing.
2017-09-07 09:48:31 -04:00
Ben Newman
1fb5379abe
Bump all versions to @next, currently 7.0.0-alpha.20.
2017-09-06 20:11:42 -04:00
Ben Newman
4c819db0f4
Bump NPM version to 6.26.0 in preparation for publishing.
2017-04-13 20:24:07 -04:00
Ben Newman
82f89cc9b2
Remove babel-plugin-transform-es2015-modules-reify.
...
Fixes #6 .
2017-04-13 20:23:31 -04:00
Ben Newman
8bfb6cc81a
Bump NPM version to 6.25.0 in preparation for publishing.
2017-03-24 12:56:23 -04:00
Ben Newman
21c350df32
Upgrade Reify plugin to version 0.6.0, again.
2017-03-24 12:56:07 -04:00
Ben Newman
606c7ae30c
Bump NPM version to 6.24.2 in preparation for publishing.
2017-03-21 15:07:40 -04:00
Ben Newman
44c5983615
Roll back Reify plugin to version 0.5.1.
2017-03-21 15:07:25 -04:00
Ben Newman
fbf831b655
Bump NPM version to 6.24.1 in preparation for publishing.
2017-03-20 19:48:39 -04:00
Ben Newman
c12cdde96a
Bump Reify compiler plugin to version 0.6.0.
2017-03-20 19:48:35 -04:00
Ben Newman
fe28852828
Bump NPM version to 6.24.0 in preparation for publishing.
2017-03-16 10:42:13 -04:00
Ben Newman
384f03df8b
Upgrade babel-plugin-transform-es2015-modules-reify to version 0.5.0.
2017-03-16 10:42:13 -04:00
Ben Newman
42a3ad8484
Bump NPM version to 6.23.1 in preparation for publishing.
2017-03-11 17:22:01 -05:00
Ben Newman
85a5616d1d
Force the latest version of the Reify Babel plugin.
2017-03-11 17:21:48 -05:00
Ben Newman
da9c7b19d2
Bump NPM version to 6.23.0 in preparation for publishing.
2017-03-11 15:19:26 -05:00
Ben Newman
3bacd49c44
Add babel-plugin-transform-es2015-modules-reify to preset.
2017-03-11 15:19:26 -05:00
Ben Newman
32ae2242b7
Bump NPM version to 6.22.0 in preparation for publishing.
2017-02-06 17:06:57 -05:00
Ben Newman
c0497873aa
Upgrade all dependencies.
2017-02-06 17:04:10 -05:00
Ben Newman
221a96de8c
Bump NPM version to 6.14.0 in preparation for publishing.
2016-11-07 20:44:50 -05:00
Ben Newman
89447166c6
Remove member-expression-literals transform.
...
Member expressions like promise.catch work in all browsers more recent
than Internet Explorer 8.
In fact, we've been using module.import and module.export (without
quoting) since Meteor 1.3, and no one has complained about that, so I
think this transform is no longer necessary.
2016-11-07 20:40:04 -05:00
Ben Newman
152b8eb7e9
Remove function-name transform.
...
This transform takes the liberty of renaming local variables so they
don't collide with the names of functions and function-valued
properties, which doesn't seem even remotely safe to me, especially
considering that function.name is merely a convenience for several other
ways of getting the name of the current function, and has not proven to
be a widely used ECMAScript feature.
This transform can be added back via .babelrc if desired, as long as you
don't mind your variables being renamed.
2016-11-07 20:39:57 -05:00
Ben Newman
e71691ecd7
Bump NPM version to 6.13.0 in preparation for publishing.
2016-10-11 22:15:35 -04:00
Ben Newman
e044172bda
Upgrade all dependencies.
2016-10-11 22:15:12 -04:00
Ben Newman
5fadd15c61
Bump NPM version to 6.12.0 in preparation for publishing.
2016-08-11 11:35:30 -04:00
Ben Newman
068a48754f
Upgrade all dependencies.
2016-08-11 11:35:10 -04:00
Ben Newman
e26a2bd8a9
Bump NPM version to 6.11.1 in preparation for publishing.
2016-06-28 14:03:40 -04:00
Ben Newman
81e832a3db
Peg indirect babylon dependency to v6.8.1.
...
The latest version, 6.8.2, has a bug that causes an endless loop when
parsing meteor/packages/logic-solver/minisat.js.
2016-06-28 14:02:37 -04:00
Ben Newman
aaea79128b
Bump NPM version to 6.11.0 in preparation for publishing.
2016-06-20 15:50:04 -04:00
Ben Newman
4ae42512ca
Stop shrinkwrapping npm dependencies.
...
Meteor is moving towards npm@3, and shrinkwrapping requires this package
to take a stance regarding npm@2 vs. npm@3, so it's better to be agnostic
and not shrinkwrap.
2016-06-20 15:48:13 -04:00
Ben Newman
8952a81350
Bump NPM version to 6.10.0 in preparation for publishing.
2016-06-17 12:13:29 -04:00
Ben Newman
fe127e0bec
Don't force babel-plugin-transform-runtime.
2016-06-17 12:12:57 -04:00