Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "lnk", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Create links between files", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -9,6 +9,6 @@ lnk [![Build Status](https://travis-ci.org/schnittstabil/lnk.svg?branch=master)](https://travis-ci.org/schnittstabil/lnk) [![Coverage Status](https://coveralls.io/repos/schnittstabil/lnk/badge.svg?branch=master)](https://coveralls.io/r/schnittstabil/lnk?branch=master) | ||
```sh | ||
// CLI | ||
# CLI | ||
$ [sudo] npm install lnk --global | ||
// API | ||
# API | ||
$ npm install lnk --save | ||
@@ -38,4 +38,5 @@ ``` | ||
var lnk = require('lnk'); | ||
var glob = require('glob').sync; // npm install glob --save-dev | ||
lnk('assets/*', 'dist', function(err) { | ||
lnk(glob('assets/*'), 'dist', function(err) { | ||
console.log('done'); | ||
@@ -42,0 +43,0 @@ }); |
@@ -24,2 +24,3 @@ /* eslint-env mocha */ | ||
afterEach(new hooks.tempCwd.AfterEach(__filename)); | ||
after(new hooks.tempCwd.After(__filename)); | ||
@@ -26,0 +27,0 @@ it('should throw an Error on missing TARGET', function() { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45824
1180
196