This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fix(node-sass): upgrade node-sass
version-14
Rushabh Mehta
6 年之前
父節點
626092e898
當前提交
18f1e4a5ca
共有
3 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/tests/test_assign.py
+1
-1
package.json
+1
-1
yarn.lock
+ 1
- 1
frappe/tests/test_assign.py
查看文件
@@ -24,4 +24,4 @@ class TestAssign(unittest.TestCase):
# assignment is cleared
assignments = frappe.desk.form.assign_to.get(dict(doctype = todo.doctype, name=todo.name))
self.assert
False(assignments
)
self.assert
Equal(len(assignments), 0
)
+ 1
- 1
package.json
查看文件
@@ -44,7 +44,7 @@
"chalk": "^2.3.2",
"cypress": "^3.1.1",
"less": "^3.0.4",
"node-sass": "^4.
9
.0",
"node-sass": "^4.
11
.0",
"rollup": "^1.2.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^8.3.0",
+ 1
- 1
yarn.lock
查看文件
@@ -2999,7 +2999,7 @@ node-releases@^1.1.8:
dependencies:
semver "^5.3.0"
node-sass@^4.
9
.0:
node-sass@^4.
11
.0:
version "4.11.0"
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.11.0.tgz#183faec398e9cbe93ba43362e2768ca988a6369a"
integrity sha512-bHUdHTphgQJZaF1LASx0kAviPH7sGlcyNhWade4eVIpFp6tsn7SV8xNMTbsQFpEV9VXpnwTTnNYlfsZXgGgmkA==
Write
Preview
Loading…
取消
儲存