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:
126126Happy contributing!
127127
128128[ code-of-conduct ] : ./CODE_OF_CONDUCT.md
129- [ about ] : https://lopatnov .github.io/TypeScript-Library/
129+ [ about ] : https://my-templates .github.io/TypeScript-Library/
130130[ wiki ] : https://github.com/My-Templates/TypeScript-Library/wiki
131131[ issues ] : https://github.com/my-templates.github.io/TypeScript-Library/issues
132132[ 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
22
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 )
44![ License] ( https://img.shields.io/github/license/My-Templates/TypeScript-Library )
55[ ![ Build Status] ( https://travis-ci.org/My-Templates/TypeScript-Library.png?branch=master )] ( https://travis-ci.org/My-Templates/TypeScript-Library )
66[ ![ 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.
99
1010## Install
1111
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 )
1313
1414``` shell
15- npm install @lopatnov /sample-library
15+ npm install @my-templates /sample-library
1616```
1717
1818[ Browser] ( //my-templates.github.io/TypeScript-Library/dist/library.js )
@@ -24,13 +24,13 @@ npm install @lopatnov/sample-library
2424## Import package to the project
2525
2626``` typescript
27- import sampleLibrary from " @lopatnov /sample-library" ;
27+ import sampleLibrary from " @my-templates /sample-library" ;
2828```
2929
3030or
3131
3232``` javascript
33- var sampleLibrary = require (" @lopatnov /sample-library" );
33+ var sampleLibrary = require (" @my-templates /sample-library" );
3434```
3535
3636## package.json
Original file line number Diff line number Diff line change 11{
2- "name" : " @lopatnov /sample-library" ,
2+ "name" : " @my-templates /sample-library" ,
33 "version" : " 1.0.0" ,
44 "license" : " Apache-2.0" ,
55 "author" : " lopatnov" ,
You can’t perform that action at this time.
0 commit comments