• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão7235addfc3df4c3cff4925e498d77b255031bc7b (tree)
Hora2024-05-06 20:02:49
Autor(del#271881)
Commiterqq542vev

Mensagem de Log

package.json を更新。

Mudança Sumário

Diff

--- a/package.json
+++ b/package.json
@@ -1,11 +1,24 @@
11 {
2- "name": "markuplint-rdfa",
2+ "name": "markuplint-config-rdfa",
33 "version": "0.0.1",
4- "description": "",
5- "main": "index.js",
4+ "description": "MarkuplintでRDFaを有効にする。",
5+ "keywords": [
6+ "Markuplint",
7+ ".markuplintrc"
8+ ],
9+ "homepage": "https://osdn.net/users/vevw/pf/markuplint-config-rdfa/",
10+ "bugs": "https://osdn.net/users/vevw/pf/markuplint-config-rdfa/ticket/",
11+ "license": "MIT",
12+ "author": {
13+ "name": "qq542vev",
14+ "url": "https://purl.org/meta/"
15+ },
16+ "main": ".markuplintrc",
17+ "repository": {
18+ "type": "git",
19+ "url": "http://pf.osdn.net/gitroot/v/ve/vevw/markuplint-config-rdfa.git"
20+ },
621 "scripts": {
722 "test": "echo \"Error: no test specified\" && exit 1"
8- },
9- "author": "",
10- "license": "ISC"
23+ }
1124 }