ソースを参照

Drop bower support by deleting bower.json

As part of removing traces of bower since it has been
deprecated for several years already.

Refs https://github.com/janl/mustache.js/pull/725
tags/v3.2.0
Phillip Johnsen GitHub 6年前
コミット
1053567e1e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加20行の削除
  1. +0
    -20
      bower.json

+ 0
- 20
bower.json ファイルの表示

@@ -1,20 +0,0 @@
{
"name": "mustache.js",
"main": "mustache.js",
"homepage": "https://github.com/janl/mustache.js",
"authors": [
"mustache.js Authors <http://github.com/janl/mustache.js>"
],
"description": "Logic-less {{mustache}} templates with JavaScript",
"keywords": ["mustache", "template", "templates", "ejs"],
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"test"
]
}

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