Skip to content

Commit 1447329

Browse files
committed
CDN via unpkg.com/mrjt
+changelog.txt in distr
1 parent 8b9a9ab commit 1447329

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Meet beardless customizable template engine, Mr. Jt for Node.js and Web browsers
77
[![release-src](https://img.shields.io/github/release/3F/Jt.svg)](https://github.com/3F/Jt/releases/latest)
88
[![npm](https://img.shields.io/npm/v/mrjt.svg)](https://www.npmjs.com/package/mrjt)
99
[![License](https://img.shields.io/badge/License-MIT-74A5C2.svg)](https://github.com/3F/Jt/blob/master/License.txt)
10+
[![CDN](https://img.shields.io/badge/CDN-unpkg.com/mrjt-97C40F.svg?style=flat-square)](https://unpkg.com/mrjt/Core/Jt.es6.js)
1011

1112
[![Build history](https://buildstats.info/appveyor/chart/3Fs/jt?buildCount=20&includeBuildsFromPullRequest=true&showStats=true)](https://ci.appveyor.com/project/3Fs/jt/history)
1213

@@ -144,7 +145,10 @@ Copyright (c) 2019 Denis Kuzmin < [email protected] > GitHub/3F
144145
## Download
145146

146147
* NPM: [![npm](https://img.shields.io/npm/v/mrjt.svg)](https://www.npmjs.com/package/mrjt)
147-
* Stable: [/releases](https://github.com/3F/Jt/releases) [ [latest](https://github.com/3F/Jt/releases/latest) ]
148+
* CDN: [![CDN](https://img.shields.io/badge/CDN-unpkg.com/mrjt-97C40F.svg?style=flat-square)](https://unpkg.com/mrjt/Core/Jt.es6.js)
149+
* ... `https://unpkg.com/mrjt[@version]/[path_to_specific_file]`
150+
151+
* GHR Stable: [/releases](https://github.com/3F/Jt/releases) [ [latest](https://github.com/3F/Jt/releases/latest) ]
148152
* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/jt/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/Jt/releases) page.
149153

150154

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"Jt",
1818
"Mr.Jt",
1919
"JavaScript",
20-
"TypeScript"
20+
"TypeScript",
21+
"customizable",
22+
"customizable-templates"
2123
],
2224
"author": "Denis Kuzmin [ [email protected] ] GitHub/3F",
2325
"license": "MIT",

tasks/distr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function distributeMeta()
5454
{
5555
return src([
5656
'./License.txt',
57+
'./changelog.txt',
5758
'./package.json',
5859
'./Readme.md',
5960
])

0 commit comments

Comments
 (0)