Skip to content

Commit 86dad03

Browse files
committed
Update package vmt
1 parent faae43e commit 86dad03

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

packages/vmt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to sourcelib will be documented in this file.
4+
5+
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6+
7+
The versions in this file adhere to [semantic versioning](https://semver.org/).
8+
9+
## [0.3.0]
10+
11+
- Export shader params

packages/vmt/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @sourcelib/vmt
2+
3+
Typescript library providing tools for Source Engine VMT (Material) files
4+
## Installation
5+
6+
```bash
7+
npm install @sourcelib/vmt
8+
```

packages/vmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourcelib/vmt",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Source Engine material tools",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)