更新前端文件

This commit is contained in:
2019-07-06 16:59:35 +08:00
parent 777b452685
commit 79615defdb
1758 changed files with 315372 additions and 12014 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "less",
"main": "dist/less.js",
"ignore": [
"**/.*",
"benchmark",
"bin",
"build",
"gradle",
"lib",
"test",
"*.md",
"LICENSE",
"Gruntfile.js",
"*.json",
"*.yml",
"build.gradle",
"gradlew",
"gradlew.bat",
".gitattributes",
".jshintrc",
".npmignore"
],
"homepage": "https://github.com/less/less",
"version": "2.7.3",
"_release": "2.7.3",
"_resolution": {
"type": "version",
"tag": "v2.7.3",
"commit": "42742b139e246afd8d349c84fafd2acc5ba9a081"
},
"_source": "https://github.com/less/less.git",
"_target": "~2.7.1",
"_originalSource": "less"
}

View File

@@ -0,0 +1,24 @@
{
"name": "less",
"main": "dist/less.js",
"ignore": [
"**/.*",
"benchmark",
"bin",
"build",
"gradle",
"lib",
"test",
"*.md",
"LICENSE",
"Gruntfile.js",
"*.json",
"*.yml",
"build.gradle",
"gradlew",
"gradlew.bat",
".gitattributes",
".jshintrc",
".npmignore"
]
}

View File

@@ -0,0 +1 @@
module.exports = require('./lib/less-browser');

10835
public/static/libs/less/dist/less.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
module.exports = require('./lib/less-node');