Skip to content

Commit

Permalink
chore(dinosaurdocs): remove deprecated nohoist
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-a-young committed Apr 18, 2022
1 parent 1b6e78b commit c4cacf0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@
"name": "@availity/dinosaurdocs",
"version": "1.1.5",
"private": true,
"workspaces": {
"nohoist": [
"**"
]
},
"scripts": {
"build": "docusaurus build",
"clean": "rimraf .docusaurus/ build/ lib/",
"clean": "rm -rf .docusaurus/ build/ lib/ node_modules/",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"serve": "docusaurus serve",
Expand Down

0 comments on commit c4cacf0

Please sign in to comment.