Skip to content

Commit e860487

Browse files
feat(1.3.0): release (#107)
* 1.3.0 * chore: add .npmignore
1 parent f3996cd commit e860487

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
docs
2+
.github
3+
.vscode
4+
theme
5+
.babelrc
6+
.editorconfig
7+
.eslintignore
8+
.eslintrc.json
9+
.gitattributes
10+
.gitignore
11+
book.toml
12+
renovate.json

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@freecodecamp/curriculum-helpers",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Helper functions to test challenges in freeCodecamp's curriculum",
55
"homepage": "https://freecodecamp.org",
66
"author": {

0 commit comments

Comments
 (0)