Skip to content

Commit 952c714

Browse files
committed
Updates package.json for NPM publication
1 parent 5bcda9d commit 952c714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "@specs-feup/clava-code-transforms",
3-
"version": "1.0.0",
3+
"version": "0.9.0",
44
"author": "Tiago Lascasas Santos <tiagolascasas@outlook.com> (https://tiagolascasas.dev)",
55
"description": "A set of advanced C/C++ code transformations for Clava",
66
"type": "module",
7+
"private": false,
78
"scripts": {
89
"build": "tsc",
910
"build:watch": "tsc --watch",

0 commit comments

Comments
 (0)