Skip to content

Commit

Permalink
chore(prettier): test precommit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Mar 16, 2018
1 parent aead343 commit b4f1337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

'use strict';

const packageInfo = require('../package.json')
const packageInfo = require('../package.json');

const { concat } = require('lodash');
const copy = require('recursive-copy');
Expand Down

0 comments on commit b4f1337

Please sign in to comment.