Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 15, 2019
1 parent a401044 commit dcc486f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion readme.md
Expand Up @@ -37,7 +37,11 @@ false

Clear the state.

#### options.name
#### options

Type: `Object`

##### name

Type: `string`<br>
Default: `name` field in your package.json
Expand Down
1 change: 0 additions & 1 deletion test.js
@@ -1,5 +1,4 @@
'use strict';

const Configstore = require('configstore');
const firstRun = require('.');

Expand Down
1 change: 0 additions & 1 deletion test2.js
@@ -1,5 +1,4 @@
'use strict';

const firstRun = require('.');

// eslint-disable-next-line unicorn/no-process-exit
Expand Down
1 change: 0 additions & 1 deletion test3.js
@@ -1,5 +1,4 @@
'use strict';

const Configstore = require('configstore');
const firstRun = require('.');

Expand Down

0 comments on commit dcc486f

Please sign in to comment.