functionalscript 0.0.234 → 0.0.235

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ jobs:
30
30
  node-version: 14
31
31
  registry-url: https://registry.npmjs.org/
32
32
  - run: npm ci
33
- - run: node ./version
33
+ - run: node ./io/nodejs/version
34
34
  - run: npm publish
35
35
  env:
36
36
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -1,7 +1,7 @@
1
1
  const cp = require('child_process')
2
2
  const fs = require('fs')
3
- const json = require('./json')
4
- const { isPackage } = require('./commonjs/package')
3
+ const json = require('../../../json')
4
+ const { isPackage } = require('../../../commonjs/package')
5
5
 
6
6
  const b =cp.execSync('git log --oneline')
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.234",
3
+ "version": "0.0.235",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.js",
6
6
  "scripts": {