Skip to content

Commit 7df3a12

Browse files
authored
Merge pull request #2 from makermelissa/main
Refactored to use Raw Paste Mode as the primary mode
2 parents 5e768c1 + 2d3c372 commit 7df3a12

File tree

2 files changed

+634
-66
lines changed

2 files changed

+634
-66
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"version": "1.2.3",
77
"description": "A JavaScript Module to help with interfacing to the REPL on CircuitPython Devices over serial",
88
"main": "repl.js",
9+
"exports": {
10+
"." : "./repl.js"
11+
},
912
"dependencies": {
1013
},
1114
"devDependencies": {},
@@ -17,8 +20,9 @@
1720
"url": "git://github.com/adafruit/circuitpython-repl-js.git"
1821
},
1922
"keywords": [
20-
"BLE",
21-
"WebBluetooth"
23+
"REPL",
24+
"CircuitPython",
25+
"WebSerial"
2226
],
2327
"author": "Melissa LeBlanc-Williams",
2428
"license": "MIT",

0 commit comments

Comments
 (0)