Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-akibu committed Sep 18, 2019
1 parent b398653 commit 2c6291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/library-package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This is a template project that will create a base library.

## Contents

- **scripts** - Any sctipts needed for your library.
- **scripts** - Any scripts needed for your library.
- **src** - Where the main bulk of your code will live.
- **assests**: Any public assests, such as images, go here.
- **base-lib**: Where you will add your libraries components.
Expand Down
2 changes: 1 addition & 1 deletion templates/library-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labshare/<%= appNameSlug %>",
"version": "1.0.0",
"version": "0.0.0",
"main": "dist/<%= appNameSlug %>",
"description": "<%= appDescription %>",
"private": true,
Expand Down

0 comments on commit 2c6291c

Please sign in to comment.