File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Friendly Project Name
88[](https://coveralls.io/github/JS-DevTools/project-package-name)
99[](https://david-dm.org/JS-DevTools/project-package-name)
1010
11- [](https://www.npmjs.com/package/project-package-name)
12- [](LICENSE)
11+ [](https://www.npmjs.com/package/@jsdevtools /project-package-name)
12+ [](LICENSE)
1313
1414
1515
@@ -25,7 +25,7 @@ Example
2525--------------------------
2626
2727```javascript
28- import projectExportName from "project-package-name"
28+ import projectExportName from "@jsdevtools/ project-package-name"
2929
3030// TODO: Add a usage example here
3131```
@@ -37,7 +37,7 @@ Installation
3737You can install Friendly Project Name via [npm](https://docs.npmjs.com/about-npm/).
3838
3939```bash
40- npm install project-package-name
40+ npm install @jsdevtools/ project-package-name
4141```
4242
4343
Original file line number Diff line number Diff line change 11{
2- "name" : " project-package-name" ,
2+ "name" : " @jsdevtools/ project-package-name" ,
33"version" : " 0.0.1" ,
44"description" : " This is the project description" ,
55"keywords" : [],
You can’t perform that action at this time.
0 commit comments