Skip to content

Commit 2336386

Browse files
committed
npm: Add sysfs keyword and Format package.json
Change-Id: I730b1e05447b75e54a9a784042dfc93ad2ac399f Signed-off-by: Philippe Coval <p.coval@samsung.com>
1 parent 1c84890 commit 2336386

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66
"email": "dominick@dph.am",
77
"url": "http://dph.am"
88
},
9-
"description": "Talk to your Raspberry PI's general purpose inputs and outputs",
10-
"keywords": ["gpio", "raspberry", "pi"],
9+
"description": "Talk to your Single Board Computer's general purpose inputs and outputs",
10+
"keywords": [
11+
"artik",
12+
"gpio",
13+
"pi",
14+
"raspberry",
15+
"rpi",
16+
"sbc",
17+
"sysfs"
18+
],
1119
"main": "./lib/gpio.js",
1220
"scripts": {
1321
"start": "NODE_PATH=lib/ node example"
@@ -23,4 +31,3 @@
2331
}
2432
]
2533
}
26-

0 commit comments

Comments
 (0)