-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 778ec97 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Dec 1, 2024
0 parents
commit 583d9b7
Showing
91 changed files
with
26,336 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "PySR", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "git@github.com:MilesCranmer/PySR.git", | ||
"author": "MilesCranmer <miles.cranmer@gmail.com>", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"all-contributors-cli": "6.25.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
yarn install --frozen-lockfile | ||
yarn all-contributors $@ |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.