Skip to content

Commit

Permalink
Update package vmt
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanH-AT committed Mar 18, 2023
1 parent faae43e commit 86dad03
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/vmt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to sourcelib will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

The versions in this file adhere to [semantic versioning](https://semver.org/).

## [0.3.0]

- Export shader params
8 changes: 8 additions & 0 deletions packages/vmt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @sourcelib/vmt

Typescript library providing tools for Source Engine VMT (Material) files
## Installation

```bash
npm install @sourcelib/vmt
```
2 changes: 1 addition & 1 deletion packages/vmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sourcelib/vmt",
"version": "0.2.1",
"version": "0.3.0",
"description": "Source Engine material tools",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 86dad03

Please sign in to comment.