Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1255899

Browse filesBrowse files
author
clintwood (Office)
committed
pinned regenerator 0.4.6, updated .npmignore, updated Makefile
1 parent f609b42 commit 1255899
Copy full SHA for 1255899

File tree

Expand file treeCollapse file tree

3 files changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-2
lines changed

‎.npmignore

Copy file name to clipboard
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
examples
2+
docs
13
test

‎Makefile

Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build/%.js: lib/%.js
1010
@$(BIN)regenerator --include-runtime $< > $@
1111

1212
clean:
13-
@rm -rf build public
13+
@rm -rf build components public
1414

1515
test: build
1616
@$(NODE) $(BIN)mocha \

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mocha": "^1.17.0",
3333
"should": "^3.0.0",
3434
"gnode": "0",
35-
"regenerator": "0"
35+
"regenerator": "0.4.6"
3636
},
3737
"scripts": {
3838
"test": "NODE=gnode make test",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.