Skip to content

Commit

Permalink
chore: remove mos from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 24, 2023
1 parent e0b4988 commit f7ffc65
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1,874 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
message = chore(release): %s
engine-strict=true
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"scripts": {
"pretest": "rimraf node_modules/src",
"test": "ts-node test",
"test-md": "mos t",
"premd": "rimraf node_modules/src && npm run tsc",
"md": "mos",
"tsc": "rimraf dist && tsc",
"prepublishOnly": "npm run tsc"
},
Expand All @@ -43,8 +41,6 @@
"devDependencies": {
"@types/node": "^16.18.3",
"@types/tape": "^4.13.2",
"mos": "^1.3.1",
"mos-plugin-readme": "^1.0.4",
"rimraf": "^3.0.2",
"tape": "^5.6.1",
"tempy": "^1.0.1",
Expand Down
Loading

0 comments on commit f7ffc65

Please sign in to comment.