Skip to content

Commit

Permalink
Replaced mkdirp with mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Sep 17, 2019
1 parent 9beb2fe commit fe413c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pretest": "npm run clean && npm run build",
"test": "nyc mocha test/test.js",
"clean": "rimraf dist",
"build": "mkdirp dist && rollup -c"
"build": "mkdir dist && rollup -c"
},
"repository": {
"type": "git",
Expand All @@ -29,7 +29,6 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.3.0",
"mkdirp": "^0.5.1",
"mocha": "^6.2.0",
"node-fetch": "^2.6.0",
"nyc": "^14.1.1",
Expand Down

0 comments on commit fe413c4

Please sign in to comment.