diff --git a/makefile b/makefile index b2d9479..252e474 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ prod : node_modules/uglify-es/bin/uglifyjs prod-build @printf "Building Production version in prod-build...\n" @node_modules/uglify-es/bin/uglifyjs -b -o prod-build/differentia.js src/differentia.js @node_modules/uglify-es/bin/uglifyjs -o prod-build/differentia.min.js src/differentia.js + @cp package.json prod-build/package.json @printf "Done! ・ω・\n" clean : @printf "Cleaning up...\n" diff --git a/package.json b/package.json index 7b568e6..0cd2e5a 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,30 @@ { "name": "differentia", "version": "1.0.2", - "description": "An Object Algorithm library for JavaScript", - "keywords": [ - "objects", - "diff", - "deep", - "library", - "higher-order-functions", - "iterator", - "graph-algorithms", - "clone", - "iddfs", - "traverse", - "search-algorithm", - "deepfreeze", - "deep-search", - "graph-theory", - "graph-search" - ], - "homepage": "https://github.com/Floofies/Differentia.js#readme", + "description": "An Object Algorithm library for JavaScript", + "keywords": [ + "objects", + "diff", + "deep", + "library", + "higher-order-functions", + "iterator", + "graph-algorithms", + "clone", + "iddfs", + "traverse", + "search-algorithm", + "deepfreeze", + "deep-search", + "graph-theory", + "graph-search" + ], + "homepage": "https://github.com/Floofies/Differentia.js#readme", "repository": { "type": "git", "url": "https://github.com/Floofies/Differentia.js.git" }, - "bugs": { + "bugs": { "url": "https://github.com/Floofies/Differentia.js/issues" }, "devDependencies": { @@ -33,7 +33,7 @@ }, "main": "src/differentia.js", "scripts": { - "test": "./maketmp/node_modules/.bin/jasmine-node spec" + "test": "jasmine-node spec/Spec.js" }, "author": "Dani Glore", "license": "MIT"