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