ソースを参照

Added AJV as a project module.

dev
Bryan Miller 6年前
コミット
8c3803a08d
2個のファイルの変更2行の追加0行の削除
  1. +1
    -0
      .gitignore
  2. +1
    -0
      package.json

+ 1
- 0
.gitignore ファイルの表示

@@ -1,4 +1,5 @@
node_modules/*
app/css/nespaint.css
npm-debug.log
*.swp
doc/*

+ 1
- 0
package.json ファイルの表示

@@ -21,6 +21,7 @@
"author": "Bryan \"ObsidianBlk\" Miller",
"license": "ISC",
"dependencies": {
"ajv": "^6.10.0",
"chokidar": "^2.1.2",
"ejs": "^2.6.1",
"express": "^4.16.4",

読み込み中…
キャンセル
保存