We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfddd31 commit 36e3a6bCopy full SHA for 36e3a6b
README.md
@@ -11,18 +11,14 @@ It will:
11
12
## Install
13
14
+ npm i -D @chbiel/yaln
15
+
16
+Or from source
17
18
git clone ...
19
cd ...
20
npm i -g .
21
-Currently, there is no npm package available.
-
-## Update
22
-Simply git pull.
23
24
25
26
## Usage
27
28
### In source project
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@chbiel/yaln",
3
- "version": "1.0.0",
4
- "description": "Watch for local changes, pack them and install",
+ "version": "1.0.2",
+ "description": "Watch for local changes, pack them and install with npm",
5
"homepage": "https://github.com/chbiel/yaln",
6
"repository": {
7
"type": "git",
0 commit comments