We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900cb13 commit 0fd399bCopy full SHA for 0fd399b
1 file changed
package.js
@@ -3,12 +3,12 @@ Package.describe({
3
version: '0.0.1',
4
summary: 'Javascript Pipeline',
5
git: 'https://github.com/MeteorPipeline/js',
6
- documentation: 'README.md'
+ documentation: null
7
});
8
9
Package.onUse(function(api) {
10
api.use('isobuild:compiler-plugin@1.0.0');
11
- api.use('pipeline:core');
+ api.use('pipeline:core@0.0.1');
12
api.addFiles('compiler.js');
13
api.export('JavascriptPipelineCompiler');
14
0 commit comments