Skip to content

Commit

Permalink
fix: release branch (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 authored May 14, 2021
1 parent cdc77c7 commit fab224f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
],
"success": [],
"fail": []
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@edx/frontend-lib-special-exams",
"version": "0.1.2",
"version": "1.0.0",
"description": "Special exams lib",
"main": "dist/index.js",
"release": {
"branches": ["main"]
},
"exports": {
"import": "./dist/index.js"
},
Expand Down

0 comments on commit fab224f

Please sign in to comment.