diff --git a/package.json b/package.json index 067e45a..0ce1df9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "legacy-loader", "version": "0.0.1", - "description": "Webpack loader for old scripts that rely on a global namespace", + "description": "Webpack loader that prevents scripts from extending the window object", "main": "./lib/index.js", "scripts": { "test": "mocha -R spec",