Skip to content

Commit 72d91ef

Browse files
committed
grunt successfully used to build project
1 parent da41934 commit 72d91ef

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

gruntfile.js renamed to Gruntfile.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
"use strict";
2-
31
module.exports = function(grunt) {
2+
"use strict";
3+
44
grunt.initConfig({
55
jshint: {
66
all: [
7-
"gruntfile.js",
7+
"Gruntfile.js",
88
"tasks/*.js",
99
"<%= nodeunit.tests %>"
10-
],
11-
options: {
12-
jshintrc: ".jshintrc",
13-
},
10+
]
1411
},
1512

1613
clean: {

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "purescript-parsing",
3+
"version": "0.0.1"
4+
}

0 commit comments

Comments
 (0)