Skip to content

Commit

Permalink
feat(1.3.0): release (#107)
Browse files Browse the repository at this point in the history
* 1.3.0

* chore: add .npmignore
  • Loading branch information
ShaunSHamilton authored Dec 12, 2023
1 parent f3996cd commit e860487
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
docs
.github
.vscode
theme
.babelrc
.editorconfig
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
book.toml
renovate.json
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@freecodecamp/curriculum-helpers",
"version": "1.2.0",
"version": "1.3.0",
"description": "Helper functions to test challenges in freeCodecamp's curriculum",
"homepage": "https://freecodecamp.org",
"author": {
Expand Down

0 comments on commit e860487

Please sign in to comment.