mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 01:25:08 +02:00
Merge pull request #515 from Hongarc/package
Edit Gruntfile.js and info in package.json
This commit is contained in:
commit
517f20e44c
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue