We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da41934 commit 72d91efCopy full SHA for 72d91ef
gruntfile.js renamed to Gruntfile.js
@@ -1,16 +1,13 @@
1
-"use strict";
2
-
3
module.exports = function(grunt) {
+ "use strict";
+
4
grunt.initConfig({
5
jshint: {
6
all: [
7
- "gruntfile.js",
+ "Gruntfile.js",
8
"tasks/*.js",
9
"<%= nodeunit.tests %>"
10
- ],
11
- options: {
12
- jshintrc: ".jshintrc",
13
- },
+ ]
14
},
15
16
clean: {
package.json
@@ -0,0 +1,4 @@
+{
+ "name": "purescript-parsing",
+ "version": "0.0.1"
+}
0 commit comments