Skip to content

Commit 6342c4e

Browse files
committed
.npmrc
1 parent 31e1116 commit 6342c4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-prefix = ""

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"@gfxfundamentals/lesson-builder": "git://github.com/gfxfundamentals/lesson-builder.git#v1.8.2",
99
"@gfxfundamentals/live-editor": "git://github.com/gfxfundamentals/live-editor.git#v1.0.17",
1010
"eslint-plugin-google-camelcase": "0.0.2",
11-
"eslint-plugin-html": "^6.1.1",
11+
"eslint-plugin-html": "6.1.1",
1212
"eslint-plugin-one-variable-per-var": "0.0.3",
1313
"eslint-plugin-optional-comma-spacing": "0.0.4",
1414
"eslint-plugin-require-trailing-comma": "0.0.1",
15-
"grunt": "^1.3.0",
15+
"grunt": "1.3.0",
1616
"grunt-cli": "1.3.2",
1717
"grunt-contrib-clean": "2.0.0",
1818
"grunt-contrib-copy": "1.0.0",
@@ -22,7 +22,7 @@
2222
"ld-check-dependencies": "1.1.1",
2323
"load-grunt-tasks": "5.1.0",
2424
"minami": "1.2.3",
25-
"servez": "^1.11.0"
25+
"servez": "1.11.0"
2626
},
2727
"scripts": {
2828
"build": "ld-check-dependencies && grunt",

0 commit comments

Comments
 (0)