Skip to content

Commit 64caf11

Browse files
author
fabianmoronzirfas
committed
fix(release): adding versions the old school way
1 parent 8becf49 commit 64caf11

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#!/usr/bin/env node
2-
/*
32

4-
Pretty annoyed by overhead of tooling for such a simple process of
5-
releasing a new version
6-
*/
73
const extendscriptr = require('commander');
84
const packageJson = require('./package.json');
95
const browserify = require('browserify');
@@ -29,9 +25,6 @@ extendscriptr.options.forEach(function(opt) {
2925
);
3026
});
3127

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"bin": {
33
"extendscriptr": "./index.js"
44
},
5+
"version":"1.1.0",
56
"name": "extendscriptr",
67
"description": "A node build configuration to develop extendScripts with es2015 javascript code",
78
"scripts": {

0 commit comments

Comments
 (0)