Skip to content

Commit d42e494

Browse files
committed
version number
1 parent d487f1b commit d42e494

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "language-unity-shaderlab",
3-
"main": "./lib/unity-shader-files",
4-
"version": "0.0.0",
5-
"description": "Atom language support for Unity 3D ShaderLab .shader files",
6-
"keywords": [
7-
"Unity",
8-
"Unity3D",
9-
"Unity 3D",
10-
"Shader",
11-
"ShaderLab"
12-
],
13-
"repository": "https://github.com/nashella/unity-shader-files",
14-
"bugs": "https://github.com/nashella/unity-shader-files/issues",
15-
"license": "MIT",
16-
"engines": {
17-
"atom": ">=1.0.0 <2.0.0"
18-
},
19-
"homepage": "https://github.com/nashella/unity-shader-files"
2+
"name": "language-unity-shaderlab",
3+
"main": "./lib/unity-shader-files",
4+
"version": "0.1.0",
5+
"description": "Atom language support for Unity 3D ShaderLab .shader files",
6+
"keywords": [
7+
"Unity",
8+
"Unity3D",
9+
"Unity 3D",
10+
"Shader",
11+
"ShaderLab"
12+
],
13+
"repository": "https://github.com/nashella/unity-shader-files",
14+
"bugs": "https://github.com/nashella/unity-shader-files/issues",
15+
"license": "MIT",
16+
"engines": {
17+
"atom": ">=1.0.0 <2.0.0"
18+
},
19+
"homepage": "https://github.com/nashella/unity-shader-files"
2020
}

0 commit comments

Comments
 (0)