Skip to content

Commit

Permalink
Fix LICENSE & package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahelnir committed Apr 14, 2017
1 parent bd885e3 commit 00f2b0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A library that helps you create a discord bot with DiscordJS",
"main": "lib/Krobotjs.js",
"scripts": {
"build": "babel src/ -d lib/",
"build": "./node_modules/.bin/babel src/ -d lib/",
"prepublish": "npm run build",
"postinstall": "npm run build"
},
Expand Down

0 comments on commit 00f2b0b

Please sign in to comment.