Skip to content

Commit f587a0f

Browse files
committed
Update parser-lib to v1.0.0.
1 parent 329d870 commit f587a0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
3535
"*/\n",
3636
build_dir: "dist",
3737
// Parser lib copy for versions that can't use requirejs
38-
parserlib: "node_modules/parserlib/lib/node-parserlib.js",
38+
parserlib: "node_modules/parserlib/dist/node-parserlib.js",
3939
// clone copy for versions that can't use requirejs
4040
clone: "node_modules/clone/clone.js",
4141
// Core CSSLint files used by most versions

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"clone": "~1.0.0",
27-
"parserlib": "~0.2.5"
27+
"parserlib": "~1.0.0"
2828
},
2929
"devDependencies": {
3030
"grunt": "~1.0.1",

0 commit comments

Comments
 (0)