File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " userscript-typescript-template" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions." ,
5
5
"main" : " userscript/index.user.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
// ==UserScript==
2
2
// @name userscript-typescript-template
3
- // @version 1.1.0
3
+ // @version 1.1.1
4
4
// @namespace http://tampermonkey.net/
5
5
// @description Template repo using Webpack and TypeScript to build your userscript for Tampermonkey and more extensions.
6
6
// @homepage https://github.com/pboymt/userscript-typescript-template#readme
7
+ // @license https://opensource.org/licenses/MIT
7
8
// @match https://github.com*
8
- // @require https://cdn.jsdelivr.net/npm/$ axios@$ 0.27.2
9
+ // @require https://cdn.jsdelivr.net/npm/[email protected]
9
10
// ==/UserScript==
10
11
11
12
/******/ ( ( ) => { // webpackBootstrap
You can’t perform that action at this time.
0 commit comments