Skip to content

Commit d912447

Browse files
committed
Removed overly nested source file organization.
1 parent f8de45d commit d912447

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2
-2
lines changed

Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ module.exports = function (grunt) {
7676
options: {
7777
alias: [
7878
'lib/observe-js/observe-js.js:observejs',
79-
'src/errors/index.js:errors',
80-
'src/utils/index.js:utils'
79+
'src/errors.js:errors',
80+
'src/utils.js:utils'
8181
],
8282
// TODO: There's got to be a better way to consume observe-js without it polluting the global space
8383
postBundleCB: function (err, src, next) {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)