Skip to content

Commit

Permalink
fix: Set correct script on post-install
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens authored Dec 21, 2017
1 parent 14a9cb9 commit 79f71f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/post_install.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const fs = require('fs');
const path = require('path');
const json = require('mrm-core').json;

const defaultsName = 'webpack-defaults';
const defaultsName = 'defaults';
const distDirectory = 'dist';
const localDir = process.cwd().split('node_modules').shift();

Expand Down

0 comments on commit 79f71f2

Please sign in to comment.