Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-30implement --ignore-shrinkwrap, fixes #3436Robert Kowalski
2013-05-04test: Don't wait for lockfiles in publishConfig testisaacs
2013-03-20test: Make tap tests not rely on gistsisaacs
2013-03-09test: better cleaner functionisaacs
2013-03-04Make peer deps test more consistentisaacs
2013-02-06fix shrinkwrap test with 'resolved' fieldsisaacs
2013-02-06install: Fix regression introduced in 4fdd3c5isaacs
2013-01-30Error out if an installation results in invalid peer dependencies.Domenic Denicola
2013-01-30Don't build without a package.json. Fixes #3049.Domenic Denicola
2013-01-30test: Resolved url doesn't matter for peerDeps testisaacs
2013-01-30Use rimraf instead of spawning rm -rfDomenic Denicola
2013-01-28Fix "npm ls"-using tests on Windows.Domenic Denicola
2013-01-15Test fixupisaacs
2013-01-10test: Fix peer-deps-invalid testisaacs
2013-01-09Expose npm bin as env.npm_execpathisaacs
2013-01-09Add peerInvalid to npm ls.Domenic Denicola
2013-01-09Install peerDependencies.Domenic Denicola
2012-12-13Fix tests on unixisaacs
2012-12-06Convert shrinkwrap test script from bash to Node.Domenic Denicola
2012-12-06Don't "npm rm npm" on Windows.Domenic Denicola
2012-12-06Stop trying to `spawn` non-exe's on Windows.Domenic Denicola
2012-12-06Surround npm/node paths with quotes on Windows.Domenic Denicola
2012-10-13Support username/project as a shorthand for github urlsisaacs
2012-10-12add a publish config on the npm-test-blerg packageisaacs
2012-08-20fix travis testisaacs
2012-08-18Fix #2653 Respect publishConfigisaacs
2012-07-29Test for #2658isaacs
2012-07-14Fix test-ignore failure from README changeisaacs
2012-07-14Readmes so that tests stop warningisaacs
2012-07-06Fix #2602 Invalidate package.json cache on unbuildisaacs
2012-06-20Terser test failure outputisaacs
2012-06-19Fix #2538 Properly ignore false ancestorsJames Halliday
2012-06-18Tests for dir/array binsisaacs
2012-06-18Revert "Quote paths passed to child_process.exec."isaacs
2012-06-18Quote paths passed to child_process.exec.domenic
2012-06-05Test for #2490isaacs
2012-03-19include .npmignore files used by testsisaacs
2012-03-13Correct name in npm-test-platform-all test packageisaacs
2012-03-13stray comma in jsonisaacs
2012-03-13Fix #472 Adds support for os/cpu fields in package.jsonAdam Blackburn
2012-03-13Fix failing testsisaacs
2012-03-13s/test.sh/test.js/isaacs
2012-03-13Move some sh tests to jsisaacs
2012-03-13correct assert method nameisaacs
2012-03-13Fix cases where an optionalDependency fails to buildisaacs
2012-03-07update the failer package a bitisaacs
2012-03-07fix shrinkwrap testisaacs
2012-03-07Fix: bundleDependencies being re-installed unnecessarilyisaacs
2012-02-29shrinkwrap testisaacs
2012-01-13Fix #995 Optional Dependenciesisaacs