Skip to content

Commit

Permalink
feat: first semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Nov 24, 2017
1 parent 89f0046 commit e50722b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ node_js:
- '8'
- '7'
- '6'
script:
- npm run test
- npm run build
matrix:
allow_failures: []
fast_finish: true
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ export function createFsFromVolume(vol: _Volume): IFs {
export const fs: IFs = createFsFromVolume(vol);
declare let module;
module.exports = {...module.exports, ...fs};

module.exports.semantic = true;

0 comments on commit e50722b

Please sign in to comment.