Merge pull request #515 from Hongarc/package

Edit Gruntfile.js and info in package.json
This commit is contained in:
Peter Cottle 2018-12-03 09:04:55 -08:00 committed by GitHub
commit 517f20e44c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -109,7 +109,8 @@ module.exports = function(grunt) {
'Gruntfile.js',
'__tests__/*.spec.js',
'src/js/**/*.js',
'src/js/**/**/*.js'
'src/js/**/**/*.js',
'src/levels/**/*.js'
],
options: {
curly: true,

View file

@ -1,6 +1,9 @@
{
"name": "LearnGitBranching",
"version": "0.8.0",
"description": "An interactive git visualization to challenge and educate!",
"homepage": "https://learngitbranching.js.org",
"author": "Peter Cottle <petermcottle@gmail.com>",
"license": "MIT",
"scripts": {
"test": "grunt test"