Commit e8572d7f authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

and pass tests

parent 827cd3e7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -33,6 +33,12 @@
            location: '../lib',
            main: 'index.js',
            config: { moduleLoader: '../node_modules/curl/src/curl/loader/cjsm11' } /* <-- hey! */
        },
        {
          name:'mgrs',
          location:'../node_modules/mgrs',
          main:'mgrs.js',
          config: { moduleLoader: '../node_modules/curl/src/curl/loader/cjsm11' } /* <-- hey! */
        }
    ]
});