mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-30 14:36:38 +00:00
Major refactoring of async code
The result is correct handling of tiddlers being overwritten within recipes.
This commit is contained in:
16
node_modules/async/package.json
generated
vendored
16
node_modules/async/package.json
generated
vendored
@@ -1,16 +0,0 @@
|
||||
{ "name": "async"
|
||||
, "description": "Higher-order functions and common patterns for asynchronous code"
|
||||
, "main": "./index"
|
||||
, "author": "Caolan McMahon"
|
||||
, "version": "0.1.15"
|
||||
, "repository" :
|
||||
{ "type" : "git"
|
||||
, "url" : "http://github.com/caolan/async.git"
|
||||
}
|
||||
, "bugs" : { "url" : "http://github.com/caolan/async/issues" }
|
||||
, "licenses" :
|
||||
[ { "type" : "MIT"
|
||||
, "url" : "http://github.com/caolan/async/raw/master/LICENSE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user