Skip to content

Commit

Permalink
fix(pollinate-templates): fix scoped package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 6, 2017
1 parent f1a3ee9 commit d2e5a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PROJECT-README
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
## Usage

```sh
npm install --save {% if scope %}{{ scope }}@{% endif %}{{ name }}
npm install --save {% if scope %}@{{ scope }}/{% endif %}{{ name }}
```

2 changes: 1 addition & 1 deletion PROJECT-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "{% if scope %}{{ scope }}@{% endif %}{{ name }}",
"name": "{% if scope %}@{{ scope }}/{% endif %}{{ name }}",
"version": "0.0.0-development",
"description": "{{ description }}",
"repository": {
Expand Down

0 comments on commit d2e5a40

Please sign in to comment.