Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
richgarner71 committed Jan 10, 2025
1 parent d4a08b1 commit 8d9ac6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ exports.buildSass = series(lintSass, compileSass);
exports.buildJS = series(typeCheck, compileJS);
exports.buildUSWDS = build;
exports.release = release;
exports.compile = compile;
exports.init = init;
exports.compile = uswds.compile;
exports.init = uswds.init;

/**
* *Watch task*
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependencies": {
"@uswds/uswds": "3.11.0",
"browserify": "^17.0.1",
"codeql": "^1.0.0",
"element-closest": "^2.0.2",
"gulp-mocha": "^10.0.1",
"gulp-sourcemaps": "^2.6.5",
Expand All @@ -30,5 +31,4 @@
},
"author": "",
"license": "ISC"

}

0 comments on commit 8d9ac6f

Please sign in to comment.