Skip to content

Commit

Permalink
Fix source paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn authored and dlongley committed Jan 10, 2017
1 parent 398c48c commit ba65edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jscsrc
Expand Up @@ -2,7 +2,7 @@
"excludeFiles": [
"./js/forge.bundle.js",
"./js/forge.min.js",
"./js/jsbn.js",
"./lib/jsbn.js",
"./nodejs/ui/require.js",
"./nodejs/ui/test.min.js"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -72,8 +72,8 @@
"scripts": {
"bundle": "r.js -o minify.js optimize=none out=js/forge.bundle.js",
"minify": "r.js -o minify.js",
"jscs": "jscs *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js",
"jshint": "jshint *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js"
"jscs": "jscs *.js lib/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js",
"jshint": "jshint *.js lib/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js"
},
"jspm": {
"format": "amd"
Expand Down

0 comments on commit ba65edc

Please sign in to comment.