Skip to content

Commit e71223e

Browse files
committed
Fix version formatting in package.json and package-lock.json (1.2.0.rc.2 -> 1.2.0-rc.2).
1 parent ab198d2 commit e71223e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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,7 +1,7 @@
11
{
22
"name": "@stackcrafters/repository-aws-dynamodb",
33
"description": "A package that provides a base model with access to AWS Dynamodb",
4-
"version": "1.2.0.rc.2",
4+
"version": "1.2.0-rc.2",
55
"main": "lib/index.js",
66
"files": [
77
"/lib",

0 commit comments

Comments
 (0)