Skip to content

Commit

Permalink
feat(rari-npm): rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 21, 2024
1 parent 11ec9ee commit 4376a82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions rari-npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions rari-npm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "rari-npm",
"name": "@mdn/rari",
"version": "0.0.13",
"description": "npm package for rari",
"main": "lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"scripts": {
"postinstall": "node ./lib/postinstall.js"
},
"bin": {
"rari": "bin/rari"
"rari": "./bin/rari"
},
"author": "Florian Dieminger <[email protected]>",
"license": "MPL-2.0",
Expand Down

0 comments on commit 4376a82

Please sign in to comment.