Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YXL76 committed Jul 18, 2020
1 parent 25706cf commit 1b58e3b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.github/
node_modules/
native/

!native/src

.DS_Store
.editorconfig
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "neon-rodio",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/YXL76/neon-rodio"
},
"author": "YXL <chenxin.lan.76@gmail.com>",
"license": "MIT",
"dependencies": {
"neon-cli": "^0.4.0"
},
"scripts": {
"install": "neon build"
}
"name": "neon-rodio",
"version": "0.1.0",
"description": "Rodio for Node.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/YXL76/neon-rodio"
},
"author": "YXL <chenxin.lan.76@gmail.com>",
"license": "MIT",
"dependencies": {
"neon-cli": "^0.4.0"
},
"scripts": {
"install": "neon build"
}
}

0 comments on commit 1b58e3b

Please sign in to comment.