File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ To start making a contribution:
126
126
Happy contributing!
127
127
128
128
[ code-of-conduct ] : ./CODE_OF_CONDUCT.md
129
- [ about ] : https://lopatnov .github.io/TypeScript-Library/
129
+ [ about ] : https://my-templates .github.io/TypeScript-Library/
130
130
[ wiki ] : https://github.com/My-Templates/TypeScript-Library/wiki
131
131
[ issues ] : https://github.com/my-templates.github.io/TypeScript-Library/issues
132
132
[ pull-requests ] : https://github.com/my-templates.github.io/TypeScript-Library/pulls
Original file line number Diff line number Diff line change 1
- # @lopatnov /sample-library
1
+ # @my-templates /sample-library
2
2
3
- [ ![ NPM version] ( https://badge.fury.io/js/%40lopatnov %2Fsample-library.svg )] ( https://www.npmjs.com/package/@lopatnov /sample-library )
3
+ [ ![ NPM version] ( https://badge.fury.io/js/%40my-templates %2Fsample-library.svg )] ( https://www.npmjs.com/package/@my-templates /sample-library )
4
4
![ License] ( https://img.shields.io/github/license/My-Templates/TypeScript-Library )
5
5
[ ![ Build Status] ( https://travis-ci.org/My-Templates/TypeScript-Library.png?branch=master )] ( https://travis-ci.org/My-Templates/TypeScript-Library )
6
6
[ ![ Twitter] ( https://img.shields.io/twitter/url?url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40My-Templates%2FTypeScript-Library )] ( https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40My-Templates%2FTypeScript-Library )
@@ -9,10 +9,10 @@ The TypeScript library template.
9
9
10
10
## Install
11
11
12
- [ ![ https://nodei.co/npm/@lopatnov /sample-library.png?downloads=true&downloadRank=true&stars=true ] ( https://nodei.co/npm/@lopatnov /sample-library.png?downloads=true&downloadRank=true&stars=true )] ( https://www.npmjs.com/package/@lopatnov /sample-library )
12
+ [ ![ https://nodei.co/npm/@my-templates /sample-library.png?downloads=true&downloadRank=true&stars=true ] ( https://nodei.co/npm/@my-templates /sample-library.png?downloads=true&downloadRank=true&stars=true )] ( https://www.npmjs.com/package/@my-templates /sample-library )
13
13
14
14
``` shell
15
- npm install @lopatnov /sample-library
15
+ npm install @my-templates /sample-library
16
16
```
17
17
18
18
[ Browser] ( //my-templates.github.io/TypeScript-Library/dist/library.js )
@@ -24,13 +24,13 @@ npm install @lopatnov/sample-library
24
24
## Import package to the project
25
25
26
26
``` typescript
27
- import sampleLibrary from " @lopatnov /sample-library" ;
27
+ import sampleLibrary from " @my-templates /sample-library" ;
28
28
```
29
29
30
30
or
31
31
32
32
``` javascript
33
- var sampleLibrary = require (" @lopatnov /sample-library" );
33
+ var sampleLibrary = require (" @my-templates /sample-library" );
34
34
```
35
35
36
36
## package.json
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @lopatnov /sample-library" ,
2
+ "name" : " @my-templates /sample-library" ,
3
3
"version" : " 1.0.0" ,
4
4
"license" : " Apache-2.0" ,
5
5
"author" : " lopatnov" ,
You can’t perform that action at this time.
0 commit comments