Add NPM and CommonJS compatibility.
This commit is contained in:
6
src/js/main.js
Normal file
6
src/js/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/* Copyright (c) 2015 Hyunje Alex Jun and other contributors
|
||||
* Licensed under the MIT License
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
module.exports = require('./plugin/ps');
|
||||
Reference in New Issue
Block a user