Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5318e0b

Browse files
committed
Chore: upgrade grunt, grunt-cli and replace github packages with versions
1 parent f9a4d23 commit 5318e0b

File tree

4 files changed

+301
-205
lines changed

4 files changed

+301
-205
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ commands:
5353
steps:
5454
- run:
5555
name: "Compile project"
56-
no_output_timeout: 30m
5756
command: npm run build
5857
deploy:
5958
description: "Deploy to static branches"

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"proto": false, // true: Tolerate using the `__proto__` property
4141
"scripturl": false, // true: Tolerate script-targeted URLs
4242
"shadow": false, // true: Allows re-define variables later in code e.g. `var x=1; x=2;`
43-
"sub": true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation
4443
"supernew": false, // true: Tolerate `new function () { ... };` and `new Object;`
4544

4645
"validthis": false, // true: Tolerate using this in a non-constructor function

0 commit comments

Comments
 (0)