Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit a632574

Browse files
committed
FIX: jQuery Error
1 parent 0cd31f1 commit a632574

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ They are not associated with this license. This applies to imported sources,
3434
to contents that are part of the source code and to contents that are not
3535
authored by the copyright holder. External content that is part of the source
3636
code is labeled by a comment containing the source's name and uri. Contents that
37-
are not authored by the copyright holder are located within the `externals/` folder.
37+
are not authored by the copyright holder are located within the `lib/externals/` folder.

lib/externals/jquery-3.2.1.min.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/icon-helper.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { TextEditor } from 'atom';
44
import IconHelper from './icon-helper.js';
55
const fs = require('fs');
66
const path = require('path');
7-
const $ = require('jquery');
7+
const $ = require('./externals/jquery-3.2.1.min.js');
88

99
export default class Util {
1010

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99
"engines": {
1010
"atom": ">=1.0.0 <2.0.0"
1111
},
12-
"dependencies": {
13-
"jquery": "^3.2.1"
14-
}
12+
"dependencies": {}
1513
}

0 commit comments

Comments
 (0)