Skip to content

Commit 58c1453

Browse files
committed
Add README copy for NPM
Ignored for check-in since it would just be a direct copy
1 parent f1ef64d commit 58c1453

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
csslint.pnproj
22
build/
3-
node_modules/
3+
node_modules/
4+
release/npm/README.md

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ module.exports = function(grunt) {
133133
release: {
134134
files: {
135135
'<%= build_dir %>': 'release',
136+
'release/npm/README.md': 'README.md',
136137
'release/npm/package.json': 'package.json'
137138
}
138139
}

0 commit comments

Comments
 (0)