Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaRainone committed Feb 9, 2018
1 parent d67f262 commit 7792574
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"name": "jquasi",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/LucaRainone/jquasi"
},
"description": "A very tiny jquery-syntax-like library for DOM manipulation and listeners",
"keywords": ["dom","javascript","browser"],
"keywords": [
"dom",
"javascript",
"browser"
],
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
"build": "node cutdefine.js | node_modules/.bin/uglifyjs -o dist/jquasi.min.js --compress --mangle --comments=/@license/ -"
},
"main":"dist/jquasi.min.js",
"main": "dist/jquasi.min.js",
"author": "Luca Rainone",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 7792574

Please sign in to comment.