diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2019-08-26 18:53:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 18:53:54 +0200 |
commit | d7e64190efc411e3973a79fd027bf1afe359f429 (patch) | |
tree | fd4db9ece32d705889394b5eba4c1b586c1015eb /package.json | |
parent | 5ea5946094784f68437ef26d463dfcfbbbaff1f6 (diff) | |
download | jquery-d7e64190efc411e3973a79fd027bf1afe359f429.tar.gz jquery-d7e64190efc411e3973a79fd027bf1afe359f429.zip |
Build: Remove the external directory, read from node_modules directly
Now that Sizzle is gone & we use npm, we can read from node_modules directly
and skip the setup that copies some files to the external directory.
Closes gh-4466
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index d460b98df..99ddba79e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "grunt-jsonlint": "1.1.0", "grunt-karma": "3.0.1", "grunt-newer": "1.3.0", - "grunt-npmcopy": "0.2.0", "gzip-js": "0.3.2", "husky": "1.3.1", "insight": "0.10.1", |