We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c814ad0 commit c3bf1d0Copy full SHA for c3bf1d0
2 files changed
test/index.js
@@ -1,4 +1,4 @@
1
-const JSSC = require('../src/index.js');
+const JSSC = require('../index.js');
2
const JSSCmin = require('../index.min.js');
3
4
function stringChunks(str, num) {
website/copy.sh
@@ -1,4 +1,7 @@
+bash test/run.sh
mkdir scripts
cp index.js scripts/jssc.js
cp index.min.js scripts/jssc.min.js
-cp index.d.ts scripts/jssc.d.ts
5
+cp src/index.d.ts scripts/jssc.d.ts
6
+cp dist/jssc.cjs scripts/jssc.cjs
7
+cp dist/jssc.mjs scripts/jssc.mjs
0 commit comments