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 19ac67b commit 910aa12Copy full SHA for 910aa12
.gitignore
@@ -3,6 +3,7 @@
3
!/.eslintrc.json
4
!/.travis.yml
5
package-lock.json
6
+yarn.lock
7
/bower_components/
8
/node_modules/
9
/output/
package.json
@@ -5,9 +5,9 @@
"build": "eslint src && pulp build -- --censor-lib --strict"
},
"devDependencies": {
- "eslint": "^4.19.1",
- "pulp": "^12.2.0",
10
- "purescript-psa": "^0.6.0",
+ "eslint": "^5.2.0",
+ "pulp": "^12.3.0",
+ "purescript-psa": "^0.7.2",
11
"rimraf": "^2.6.2"
12
}
13
0 commit comments