Skip to content

Commit

Permalink
fix(package): change docs folder to root
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Aug 17, 2019
1 parent d648d38 commit eea6133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"cover": "nyc npx mocha --recursive",
"lint": "eslint src",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib && npx rollup --config ./.rolluprc",
"docs": "typedoc ./src --out ./lib/docs --allowJs --checkJs --noEmit --excludeNotExported --module commonjs --target es6 --exclude **/debug.js",
"docs": "typedoc ./src --out ./docs --allowJs --checkJs --noEmit --excludeNotExported --module commonjs --target es6 --exclude **/debug.js",
"prepare": "npm run clean && npm run test && npm run build && npm run docs",
"semantic-release": "semantic-release"
},
"files": [
"docs",
"lib",
"src"
],
Expand Down

0 comments on commit eea6133

Please sign in to comment.