mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Remove fp doc to be simplified in a later commit.
This commit is contained in:
@@ -17,13 +17,11 @@
|
||||
"glob": "^7.0.0",
|
||||
"istanbul": "0.4.2",
|
||||
"jquery": "^2.2.0",
|
||||
"jscodeshift": "^0.3.13",
|
||||
"jscs": "^2.9.0",
|
||||
"lodash": "^3.10.1",
|
||||
"platform": "^1.3.1",
|
||||
"qunit-extras": "^1.4.5",
|
||||
"qunitjs": "~1.21.0",
|
||||
"recast": "^0.11.0",
|
||||
"request": "^2.69.0",
|
||||
"requirejs": "^2.1.22",
|
||||
"sauce-tunnel": "^2.4.0",
|
||||
@@ -36,10 +34,8 @@
|
||||
"build:fp-modules": "node lib/fp/build-modules.js",
|
||||
"build:main": "node lib/main/build-dist.js",
|
||||
"build:main-modules": "node lib/main/build-modules.js",
|
||||
"doc": "node lib/doc/build github",
|
||||
"doc:fp": "node lib/doc/build --fp github",
|
||||
"doc:fp:site": "node lib/doc/build --fp site",
|
||||
"doc:site": "node lib/doc/build site",
|
||||
"doc": "node lib/main/build-doc github",
|
||||
"doc:site": "node lib/main/build-doc site",
|
||||
"prepublish": "npm run style",
|
||||
"pretest": "npm run build",
|
||||
"style": "npm run style:main & npm run style:fp & npm run style:perf & npm run style:test",
|
||||
@@ -48,7 +44,6 @@
|
||||
"style:perf": "jscs perf/*.js perf/**/*.js",
|
||||
"style:test": "jscs test/*.js test/**/*.js",
|
||||
"test": "npm run test:main && npm run test:fp && npm run test:docs",
|
||||
"test:docs": "node test/test-fp-doc",
|
||||
"test:fp": "node test/test-fp",
|
||||
"test:main": "node test/test"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user