Skip to content

Commit d13a1b6

Browse files
committed
Fixed path to package.json
1 parent 6c29d09 commit d13a1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/filter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
var fs = require( 'fs' ),
66
path = require( 'path' ),
7-
pkg = require('./package.json' ),
7+
pkg = require('../package.json' ),
88
buildDir = __dirname,
99
copyrightVersionRegExp = /@VERSION/g,
1010
apiVersionRegExp = /__version__/g,
@@ -32,4 +32,4 @@ module.exports = function ( contents, ext, callback ) {
3232
}
3333
}
3434
)
35-
};
35+
};

0 commit comments

Comments
 (0)