Skip to content

Commit 1175d0e

Browse files
author
fabianmoronzirfas
committed
feat(functions): BREAKING CHANGE: Added foobah
foobah is the greatest thing we ever had BREAKING CHANGE: Awesome fooBah, Closes #29 #26
1 parent 464d6e6 commit 1175d0e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env node
2+
/*
3+
4+
Pretty annoyed by overhead of tooling for such a simple process of
5+
releasing a new version
6+
*/
27
const extendscriptr = require('commander');
38
const packageJson = require('./package.json');
49
const browserify = require('browserify');
@@ -24,6 +29,9 @@ extendscriptr.options.forEach(function(opt) {
2429
);
2530
});
2631

32+
var fooBah = function(){
33+
let annoyed = true;
34+
};
2735
var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js', 'utf8');
2836
var browserifyPlugins = [ [ prependify, prototypePolyfills ] ];
2937

0 commit comments

Comments
 (0)