mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
start npm! data-files package
This commit is contained in:
14
npm/data-files/package.json
Normal file
14
npm/data-files/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"bin": {
|
||||
"cirosantilli-data-files": "cirosantilli-data-files"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"cirosantilli-data-files",
|
||||
"mydata.txt",
|
||||
"index.js"
|
||||
],
|
||||
"name": "cirosantilli-data-files",
|
||||
"repository": "cirosantilli/linux-kernel-module-cheat",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user