quickjs.nim -> quickjs4nim (#1123)

This commit is contained in:
V-X 2019-07-24 00:23:04 -05:00 committed by Miran
parent 772c5ed6be
commit e4b3e1a288

View File

@ -1,16 +1,17 @@
[
{
"name": "QuickJS.nim",
"url": "https://github.com/ImVexed/quickjs.nim",
"name": "QuickJS4nim",
"url": "https://github.com/ImVexed/quickjs4nim",
"method": "git",
"tags": [
"QuickJS",
"Javascript",
"Runtime"
"Runtime",
"Wrapper"
],
"description": "A QuickJS wrapper for Nim",
"license": "MIT",
"web": "https://github.com/ImVexed/quickjs.nim"
"web": "https://github.com/ImVexed/quickjs4nim"
},
{
"name": "BitVector",