From 037bcca72a3665d1137af81eb57e2483123d7187 Mon Sep 17 00:00:00 2001 From: unscriptable Date: Tue, 1 Apr 2014 21:52:11 -0400 Subject: [PATCH] Change npm name to curl-amd. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76dfcd99..07bc66ec 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "curl", + "name": "curl-amd", "version": "0.8.10", "description": "curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.", "keywords": ["curl", "cujo", "amd", "loader", "module", "commonjs", "css", "html", "json"],