We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad447c8 commit d252bfbCopy full SHA for d252bfb
scripts/app.js
@@ -1,6 +1,7 @@
1
'use strict';
2
3
window.jQuery = require('jquery');
4
+window.JSONFormatter = require('json-formatter-js');
5
var angular = require('angular');
6
7
// These modules do not export their module name
0 commit comments